tags:

views:

31

answers:

2

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!

A: 

Sorry, I just figured out how to do it.

I clicked on the folder, team menu, show properties, then in the properties tab right clicked the SVN:ignore line, and selected edit.

glenviewjeff
+1  A: 

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.

bmargulies