Re: How to take back a revision from the trunk of a working copy?
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Thu, 17 Jan 2008 23:20:32 -0600
On Jan 17, 2008, at 23:17, B. Bogart wrote:
> Point Taken,
This may be the misunderstanding. You need to start at the current
> Svn is not letting me commit due to "Out of Date" messages.
Right, you cannot commit if your working copy is not up to date.
> The only solution I found was to copy the changes files out of the
Given a working copy of trunk at r227, you can apply a reverse-merge
svn merge -c-227 url://to/trunk .
Now
svn diff
should confirm that the *reverse* of the changes in r227 have been
svn ci -m "undoing r227 because foo"
---------------------------------------------------------------------
|
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.