Ignore all folders with a certain name in SVN (subversion), how to?
- by Roeland
I am fairly new to Subversion and was wondering how exactly to ignore all folders by a specific name. From what I have read, I think I need to use the svn:ignore function, but I have no clue on how to actually do this. Some places mention a config file.. some say command prompt.
I have my subversion repo set up on a windows 2008 server. I…