Re: revision confusion
From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2005-05-12 18:58:25 CEST
Dirk Schenkewitz said the following on 2005-05-12 11:32:
What you want is a reverse merge, undoing a particular commit.
If the bug was introduced in revision 80, you need to merge 80:79, such
svn merge -r80:79 URL_TO_REPOS/project/dir
You could also reverse merge changes to a specific file. See "Undoing
http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.2
Hope that helps,
---------------------------------------------------------------------
|
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.