A graphic designer I work with was trying to restore a css file that he deleted off of the subversion branch we were working on a few versions ago and wanted to restore it.
The first step is to find the version number associated with the commit that deleted the file. Then you want to do the following subversion command from the command line.
copy -r revision-number your-full-repository-path-to-the-file file
You'll need to commit the new file again to add it back into the subversion repository and finish reversing the delete.
Comments
Post a new comment by filling out the form. All fields are required.