Reputation: 2789
Unfortunately I deleted my entire tags folder from svn repo browser. Can I undo that? If there is any solution to retrieve data please help me.
Upvotes: 6
Views: 3107
Reputation: 12110
Using TortoiseSVN only you cannot undo the delete operation, but you can copy the tags
folder from older revision to your HEAD
revision. Here is how you do it:
HEAD
(right top corner).tags
.tags
folder in repo-browser.tags
(http://domain/svn/repo/tags).tags
are there.If you haven't committed anything since tags
deletion, you can follow this answer to completely remove unwanted revisions (requires access to svn server and usage of svnadmin
commands).
Upvotes: 12