Re: after checked out an old revision...
From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Wed, 12 Nov 2008 23:37:30 -0600
On Nov 12, 2008, at 17:55, Steven Woody wrote:
> the head is 100, and i checked out an old revision, say 95, and
You're a bit backwards... Ideally you would *first* undo the changes
svn merge -r 100:95 url://to/repo/path/to/something .
Then commit that:
svn commit -m "Undoing revisions 96 through 100 because _______"
Then make your new changes. Then commit those.
---------------------------------------------------------------------
|
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.