Nick
Nick

Reputation: 820

svn: ignoring files and folders

I've installed Visual svn and subslipse plugin. Then I created repository fro my Maven project and now I want to commit data. In Maven project I have folder named target with compilled files (by the way I have three project with dependencies). All I want is to igrnore files in "target@ folders. When I had java project I clicked on the project and add property svn:ignore with .class or target* value ... but id doen't work now!!! Why? And I can only add that property to main project.

Upvotes: 1

Views: 1011

Answers (1)

TrueDub
TrueDub

Reputation: 5070

Right-Click on the relevant folder, select Team -> Add to svn:ignore

Upvotes: 2

Related Questions