Some merge bugs in 1.5 branch
From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 31 Jan 2008 21:18:59 -0500
I have a local copy of Subclipse repository. Dumped and Loaded with
I wanted to do a simple test of merge all eligible revisions. So I did this:
HEAD is r2383
svn cp -r 1874 url://trunk url://branches/feature-branch
I should be able to checkout the feature branch and then do this:
svn merge url://trunk
And have the revisions 1874:2382 merged to the branch. Instead,
svn mergeinfo displays nothing. I think this is because there is no
I then did a --record-only merge of r1875 and committed. svn
$ svn mergeinfo
But even after this, svn merge url://trunk still does nothing.
Oddly, I do not get this problem when creating the merge tracking
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-02-01 03:19:09 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.