Re: after checked out an old revision...
From: Lorenz <lorenznl_at_yahoo.com>
Date: Fri, 14 Nov 2008 07:57:01 +0000
Steven Woody wrote:
ok, let say your wc is checked out from <repo url>/<path>@95,
> If you don't want the removed changes to show up in the log, you
1) svn delete <repo url>/<path> -m "delete source folder"
2) svn copy . <repo url>/<path> -m "reinstate source from wc"
> If you want the copy to show up without modifications, you can first
1) svn delete <repo url>/<path>
2) svn copy <repo url>/<path>@95 <repo url>/<path>
3) svn switch <repo url>/<path> .
4) svn commit .
-- Lorenz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-11-14 08:57:40 CET |
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.