Thursday, November 11, 2010

SVN UN-delete

If you want to recover any folder or file which was deleted accidentally  you can recover the same. First you need to figure out the revision number when it was deleted. Now use this command on server to get back file/folder .

Remember even if you perform delete operation in SVN nothing gets deleted it is just omitted from future checkout's and updates.


 svn cp -r 47 https://amit.example.com/svn/repos/test_repo/data/somefolder/Debug  https://amit.example.com/svn/repos/test_repo/data/somefPublish Postolder/

No comments:

Post a Comment