How do I edit/undo/remove an entry from .svnignore in Eclipse?
This seems like a simple problem, but I can't figure out how to edit the svn-ignore list from Eclipse. Strangely I couldn't find how to do so on开发者_StackOverflow a web search or on stackoverflow.
Thanks!
- Right click on the folder
- Team meanu → Show Properties
- On the properties tab, click the SVN:ignore line, and edit the value
- Commit the folder
There is no such thing as a '.svnignore' file. There is the svn:ignore property of a directory, specifying things to ignore therein. As per another answer, this property can be edited eclipse via Team->Properties.
精彩评论