RE: How does Undoing Change Show Up in History
From: Bob Archer <Bob.Archer_at_infor.com>
Date: Mon, 4 May 2009 17:19:41 -0400
> Change reverted. What does my log show?
r3 is the result of your merge. Svn doesn't know that when you commit rev3 it was the result of a merge command. You could have hand edited it with the same change and commit it with the same result.
There is no way to know if a commit is due to a merge, hand edit, applying a patch, applying a diff. They all look the same to svn.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.