SVN Tips un Tricks für windows.

Kommentieren Feb 16 2009 .txt, .json, .md

SVN ist eine tolle Sache. Noch besser wenn man sich ein Paar von den Folgende Tips & Tricks aneignet:

Subversion and TortoiseSVN tips and tricks.

Instead of a checkout you can copy _svn/.svn folder to another folder and do an “update”. – create a secondary work folder by copying the root _svn/.svn folder and do an “update”. There is no “destroy” command in SVN. Once in repository, always in repository. “Clean Up” command is safe and will not delete your changes. When TortoiseSVN says you should do a cleanup, do it.

Banana out.