Re: Cannot Restore Previous Revision of File Deleted from Repository
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-16 22:24:15 CEST
On Aug 16, 2006, at 17:55, Cory Myers wrote:
> I have one project---`/var/repo/proj/dejgen/`---which I
I believe you want:
svn co -r 12 file:///var/repo/proj/dejgen_at_12
That will check out the pre-deletion version of the project, but of
If you want to restore the project, then this may be what you want:
svn cp -r 12 file:///var/repo/proj/dejgen_at_12 file:///var/repo/proj/
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.