$ svn delete http://server/repos/enterprise/branches/mybranch -m "Removed a branch accidentally"
Committed revision 10.
So dont panic a branch can be restored back very easily.
$ svn copy -r 9 http://server/repos/enterprise/branches/mybranch http://server/repos/enterprise/branches/mybranch
Committed revision 11.
And your branch is restored.
So don't panic and have fun!!!!
No comments:
Post a Comment