recover from merging twice?
From: <webpost_at_tigris.org>
Date: Fri, 1 May 2009 15:33:36 -0700 (PDT)
I hope this isn't getting posted twice. I merged from trunk into a branch twice incorrectly, I think. For example:
cd mybranch
# the branch was created on revision 2
svn -r 2:9 http://some/svn/trunk
# a week goes by
svn revision -> 19
#oops! that should have been -r 9:23
So, I think I need to go back to revision 19 in the branch and then do the correct merge. But I'm failing to go back, so far.
After checking out the source before the second merge:
svn co http://some/svn/branches/mybranch before
I tried:
cd mybranch
But there are differences!
I also tried (with cleanly checked out source each time):
# 27 is what the log shows as the most recent change
svn -r 28:19
And I tried reversing the second merge:
svn -r 23:2 http://some/svn/trunk
All, result in differences from revision 19.
What can I do?
------------------------------------------------------
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.