Re: Commit a mixed revision working copy as new HEAD?
From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-24 07:17:06 CET
Matthew S. Moore wrote:
Or, you can take advantage of Subversions smarts and do this:
svn copy -r100 http://server/repos/path/to/file.c ./file.c
which will make sure that the history of your item is (mostly)
Or, you can do the "merge in reverse" approach, by doing something
svn merge -r 100:99 http://server/repos/path/to/file.c
which merge in your "delete of file.c" *backwards* (i.e. undelete
Both of these use cases is documented in the Subversion book at:
http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.2
daniel
---------------------------------------------------------------------
|
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.