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
Working with Subclipse on Eclipse Indigo Service Release 2
I had commited folders with temporary files and logs lying under /src to the SVN repository. And after realizing it, I found myself in the same situation with a grayed out "svn:ignore"
I found following solution:
1. I deleted the folder from my Project Source
2. Team -> Commit... withouth the folder
3. Recreated the folder back into the project tree
Now I was able to use "Team -> Add to svn:ignore..."