July 10, 2012
Editing svn:ignore on the terminal
svn:ignore is a great way to exclude certain files or folders from being added to your subversion repository. Typically I’ll manage this via an IDE plugin like subclipse (in Eclipse), but if you want to do it via the terminal instead (bash)…here’s how.
Crappy way You can add single values to your svn:ignore by running this command either at the root of your project or wherever directory you want the ignore to take effect:
...
Read more