Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I edit/undo/remove an entry from .svnignore in Eclipse?

Tags:

eclipse

svn

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 a web search or on stackoverflow.

Thanks!

like image 621
Jeff Axelrod Avatar asked Oct 04 '10 01:10

Jeff Axelrod


2 Answers

  1. Right click on the folder
  2. Team meanu → Show Properties
  3. On the properties tab, click the SVN:ignore line, and edit the value
  4. Commit the folder
like image 185
Jeff Axelrod Avatar answered Nov 15 '22 22:11

Jeff Axelrod


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.

like image 24
bmargulies Avatar answered Nov 15 '22 22:11

bmargulies