I am using subversive in eclipse to work with svn repo. I was wondering how can I add a package to svn to ignore? This is because I used the webservices package (not yet added to SVN) and I want to exclude it from the svn binding.
I tried right-clicking> Command> Add to svn ignore, but the option was disabled.
UPDATE: the name of the package I want to ignore is remote.webservice , which is a directory called remote and inside it is a directory called webservice.
source
share