Reputation: 67230
Using TortoiseSVN against VisualSVN I delete a source file that I should not have deleted. Now this isn't a train smash because I can get the file back from the daily backup. However I would like to undelete it from SVN (VisualSVN) so that I can get the history back. However I can't work out how to do that.
Anybody know how to undelete a file from VisualSVN either using the VisualSVN interface or the latest version of TortoiseSVN?
Upvotes: 6
Views: 2842
Reputation: 19930
Did you only delete it locally, or did you commit the deletion? In the latter case, try checking out the previous revision.
Upvotes: 1
Reputation: 54854
What you have to do is the following:
Upvotes: 12