SVN Recover Deleted Files

From TrustWiki

Jump to: navigation, search

SVN Recover Deleted Files

Two steps

1) svn log --verbose
2) svn up -r 123457 file.txt

where 123457 is any revision that you want to get the file from.

Personal tools