If I run svn branch -d XYZ, is there a way to recover the branch? Is there a way to go back as if I didn't run the delete branch command?
Asked
Active
Viewed 47 times
1
-
I try to resolve the issue using this thread but unable to get the output . https://stackoverflow.com/questions/1568484/need-to-restore-a-deleted-branch-in-subversion – pawansgi92 Aug 03 '17 at 03:13
-
What do you mean by "the output"? – Vampire Aug 03 '17 at 07:13
-
Since your are using a version control system, you can always retrieve old information. So just checkout/export the revision before the deletion of the branch. – royalTS Aug 03 '17 at 12:40