Re: restore deleted file
From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-07-24 21:44:40 CEST
That's a pain if you have more than one file to restore. I like doing reserve
Find the revision to revert, say $R, and defined $Rm1 as $R - 1:
For 1.4 or greater: svn merge -c -$R . .
then svn commit -m "Revert revision $R"
Regards,
Gaurav Kothiyal wrote:
---------------------------------------------------------------------
|
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.