First time use of merge reintegrate
From: rjk1408 <rohanjoseph_at_gmail.com>
Date: Mon, 18 Aug 2008 11:30:43 -0700 (PDT)
I have a few questions on reintegrate. From my understanding, reintegrate is
In this light, I present a simple use case.
I have a file, foo, inside the trunk folder of my working copy, to which I
I commit this change in revision #2. I make two user branches, A and B, in
In branch A working copy, I append a line 'foo-user1' to the foo file and
foo-trunk
This happens in revision number 5.
In branch B working copy, I append two lines, 'foo-user1' and 'foo-user2' to
foo-trunk
This happens in revision number 6.
Now, I try my first merge from inside the trunk folder- from Branch A to the
svn merge --reintegrate URL-To-Branch-A .
The merge is successful and the file inside the trunk folder looks like this
foo-trunk
I commit this change and attempt the 2nd merge - from Branch B to this trunk
the file now looks like this
foo-trunk
Why did the merge fail?
I tried the same merge using the 2 url syntax (which actually is what
svn merge URL-to-Branch-B_at_revision-after-the-branch-was-created
And this worked!
So it seems, that reintegrate attempted this merge from a revision before
1.Why did this happen?
Please help me out as this makes a big difference to the usage model and the
Thanks!
-- View this message in context: http://www.nabble.com/First-time-use-of-merge-reintegrate-tp19035647p19035647.html Sent from the Subversion Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-08-18 20:31:10 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.