March 12, 2009
Ignoring versioned and unversioned directories in subversion using TortoiseSVN
This for times when you want to exclude some folders or files from your code repositories. If your folder or files are not yet added to the repo simply right click and under TortoiseSVN select the Ignore option. Here’s how this looks:
If you’ve got folders that you’ve already versioned into the repo and would like to exclude them from appearing in your future commit windows you can setup an svn:ignore property on the folder or files. This works quite well and seamlessly ignores folders and files where the property is applied.
This is how you can setup this property:
That’s it, this does the job! Just to let you know I’m using TortoiseSVN 1.5.4 at the moment.








