Rename a branch in SVN
If you made a typo or a similar mistake when naming your new branch, and you want to rename it,…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you made a typo or a similar mistake when naming your new branch, and you want to rename it,…
To create a new branch in SVN, its very simple. svn copy <source> <destination> -m <message> This will copy the…