[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Merging of moved paths

From: Chris <svn_at_chrissearle.org>
Date: 2004-10-14 00:03:22 CEST

Need a little help sorting out a merge problem

The head of app/trunk was branched to app/branches/hibernate in
release 9.

app/branches/hibernate was svn mv'd to app/branches/new in release 15
('cos it wasn't just converting to hibernate).

Head version is now 55 - and app/branches/new needs merging back to
app/trunk.

Sitting in app/

svn merge --dry-run -r 9:head branches/new trunk

gives

svn: Invalid editor anchoring; at least one of the input paths is not
a directory and there was no source entry

Probably because app/branches/new didn't exist in r9

But

svn merge --dry-run -r 15:head branches/new trunk

Shows all the new files from r9 to r14 as:

Skipped missing target: 'trunk/path/to/new/file'

So - these changes disappear.

Not sure how to merge these back to trunk anymore - hints anyone?

-- 
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 14 00:03:44 2004

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.