TorttoiseSVN Tips

November 26, 2008

These are a few things I've discovered out about using TortoiseSVN, hopefully you'll learn something or maybe you already knew!

 


2 comments

  1. That last tip was a gem

    Comment by akeem – November 26, 2008
  2. AFAIK the ignore option:
    TortoiseSVN -> Add to ignore list ->

    is per repo. The property is saved against the containing folder and included on a commit. Any updated working copy will have the property.

    Another way to set an ignore is to use windows explorer, right click on the working copy's root folder -> Proerties -> Subversion -> Properties -> New -> svn:ignore

    Add a list of files you don't want in the repo (*.db, *.log, etc etc). You have an option to apply recursively throughout the working copy.

    Comment by exh – December 04, 2008

Leave a comment

If you found this post useful, interesting or just plain wrong, let me know - I like feedback :)

Please note: If you haven't commented before, then your comments will be moderated before they are displayed.