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

merging different repositories

From: Juergen Richtsfeld <Juergen.Richtsfeld_at_borland.com>
Date: 2006-09-05 17:23:42 CEST

hi!
i have a working repository A with a branch A1. i do nightly svndumps (backup). i created a new subversion repository B on another server and replayed the dump (into a new root directory, svnadmin load has that option).

i created a new directory with some files on A1 and tried to merge that to B1 (automatically exists because it's a backup).

i get

svn: The URL '<whatever>' has a different repository root than its parent

my merge command was

cd workingCopyOfB1
svn merge --ignore-ancestry -r revBeforeChangeOnA1:HEAD http://urlToA1

i thought that would work because it can track the changes in branch A1 and just apply them to the working copy. am I wrong?

jürgen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 5 17:28:09 2006

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.