Search code examples
javaeclipsesvnsubversive

Add package to svn ignore in eclipse


I am using subversive in eclipse to work with svn repo. I was wondering how it's possible to add a package to svn ignore? This is because I have consumed a webservices package (not yet added to SVN) and I want to exclude it from being committed to svn.

I tried right click > Team > Add to svn ignore, but the option was disabled.

UPDATE: the package name i want to ignore is remote.webservice which is a directory called remote and inside it a directory called webservice.


Solution

  • As a workaround you can ignore a folder by using the "Set property" function on the package one level higher.

    Add the following property:

    • Property: svn:ignore
    • Value: last element of the package to be ignored