I\'m new to Eclipse. I\'m using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it\'s grayed out. Is there an e
You can't svn:ignore a file that is already commited to repository.
So you must:
Good luck!