Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tortoise Subversion - undo update

I have a folder on my machine, but I had deliberly kept out of sync with the main project (I should have branched, but didn't)

I have now gone and updated this folder to the latest version, forgetting that I shouldn't do that.

Is it possible to undo this update, and go back to the state I was in before the update? Or, (as I closed the update window), can I see what files were updated/added?

Thanks

like image 528
mp3duck Avatar asked Jul 06 '11 08:07

mp3duck


2 Answers

Use "Update to Revision" and enter the revision your working copy was at before the update.

If you don't know the exact revision, you can use the log dialog to narrow it down.

And there's a log file which should have a list of all the files that were updated: Settings dialog->Saved Data->Action log: click on the "Show" button.

like image 127
Stefan Avatar answered Sep 28 '22 11:09

Stefan


Use "update to revision" feature. See here for details

like image 27
digor_ua Avatar answered Sep 28 '22 13:09

digor_ua