SVN Recover Deleted Files

From TrustWiki

Revision as of 14:02, 8 June 2008 by WikiAdmin (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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.