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.