Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get back deleted file in TortoiseSVN?

We had a file in our repository that we deleted several revisions ago. How do we get it back using TortoiseSVN without reverting our entire repository?

like image 703
rlbond Avatar asked Apr 22 '09 23:04

rlbond


People also ask

How do I recover a deleted folder from SVN?

In the Repository Browser, click the button labeled HEAD (at the top-right corner) to show to a revision there your folder still exists, then right-click that folder and select "Copy to..." and enter the path there you want the folder to be re-created (probably the same path that is already in the text box).

How remove deleted file from SVN?

Deleting files and foldersUse TortoiseSVN → Delete to remove files or folders from Subversion. When you TortoiseSVN → Delete a file or folder, it is removed from your working copy immediately as well as being marked for deletion in the repository on next commit.


1 Answers

Go to the Show Log screen, and search for the revision when the file was deleted, then right click the file and select Save revision to...

tortoiseundelete.jpg

like image 98
Christian C. Salvadó Avatar answered Oct 04 '22 18:10

Christian C. Salvadó