Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any option in tortoise SVN to delete a revision

I have accidently deleted some file and commited. So I need to delete that revision. Otherwise whenever i update revision my files are deleting

like image 367
Anish Joseph Avatar asked Dec 21 '22 20:12

Anish Joseph


1 Answers

Generally you cannot delete a revision in svn. You can only commit new revision restoring previous changes.

You need to merge old revision (where the file persists) into working copy and then commit it.

like image 113
Dmitry Yudakov Avatar answered Dec 30 '22 08:12

Dmitry Yudakov