11Aug Quick SVN Branch
Took me a while to figure out how to make a branch. There is an easy way to do it without even checking out a new local copy. Just:
svn copy https://your.svn.server/svn/location/trunk https://your.svn.server/svn/location/branches/branch_name -m “commit message”
All the work is done on the server. No mess locally and super quick…now I just need to figure out how [...]

