Install Theme

Your web-browser is very outdated, and as such, this website may not display properly. Please consider upgrading to a modern, faster and more secure browser. Click here to do so.

iamnearlythere

Learning open source development & mac every day.
Sep 29 '10

Retrieve removed file from SVN

svn copy -r <revision> http://<repos>/<file> .

Pretty obvious really, but still… Use the remote path ( & ) to the file that existed in and place it in the current dir: . (or anywhere really).

PS: this retrieved the contents of but you would also need to svn commit any changes to reinsert the file into the repos.

View comments Tags: dev svn

Blog comments powered by Disqus