Wednesday, April 11, 2012

Restore Deleted folder/directory from Subversion/SVN



You need to copy directory from revision history usin copy command.


 svn copy <repo_path/directory>@version .


then commit the directory
 svn commit -m "restore deleted directories" directory 


Directory gets restored with its history.

No comments: