How does Undoing Change Show Up in History
From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 4 May 2009 17:10:01 -0400
I have a question about how does undoing a change show up in the history:
I created a new repository and added a single file into that repository:
$ vi foo.txt
$ svn add foo.txt
$ svn commit -m
$ svn commit
Adding file foo.txt
------------------------------------------------------------------------
I then removed the third line:
Now, I decided I want to revert the change:
$ svn merge -rHEAD:1 foo.txt
Change reverted. What does my log show?
$ svn log -v foo.txt
Reverting to revision 1
Removing third line
Adding file foo.txt
------------------------------------------------------------------------
Why doesn't my log show the merge. It only shows the change and not
The reason I am asking is we have a bit more complex version of this:
I can't tell if they backed out the changes, or if they did a reverse
-- David Weintraub qazwart_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2060162 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-04 23:11:28 CEST |
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.