views:

30

answers:

1

Using SVN you can right click a folder "TEST" and add it to the ignore list. Does that make SVN inore all folders named "TEST" in the project?

I have a project with many different directories and within almost all these seperate directories is a folder named "TEST", is there a way to set the svn:ignore to make SVN ignore every folder named "TEST" in the whole project?

+3  A: 
Ryan Mentley
Just note that this will overwrite any other ignores you may have set in the folder structure.
Pekka
Good point, that slipped past me. Added that to the answer, thanks!
Ryan Mentley