Failing to --reintegrate branch
From: Bill Moseley <moseley_at_hank.org>
Date: Fri, 14 Nov 2008 13:13:27 -0800
Subversion 1.5.1 on the client.
I need help with an error I'm getting:
svn: Cannot reintegrate from 'http://example.com/svn/branches/foo_branch' yet:
Here's the history:
I created a branch a week ago and then did an svn switch:
svn cp http://example.com/svn/trunk/foo http://example.com/svn/branches/foo_branc
I noticed the spelling error and then did a move to correct the name:
svn mv http://example.com/svn/branches/foo_branc http://example.com/svn/branches/foo_branch
Then I did the switch:
svn switch http://example.com/svn/branches/foo_branch
I've been working on that branch quite a bit, making changes and
svn merge http://example.com/svn/trunk/foo
and that's been working perfectly.
Today it's time to merge my branch back into trunk. I first did
svn merge http://example.com/svn/trunk/foo
When I do that process there's a lot of files marked
_M (note the underscore).
Then once I checked in my branch I moved to another computer with a
(I have some svn externals defined)
svn info | grep URL
svn update
Fetching external item into 'root/static/resources/image_bin'
At revision 2638.
Then I get this:
svn merge --reintegrate http://example.com/svn/branches/foo_branch
svn: Cannot reintegrate from 'http://example.com/svn/branches/foo_branch' yet:
-- Bill Moseley moseley_at_hank.org Sent from my iMutt --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-11-14 22:14:07 CET |
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.