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

Re: Sync-ing two SVN repositories

From: Ryan Schmidt <subversion-2015_at_ryandesign.com>
Date: Tue, 21 Jul 2015 02:52:10 -0500

On Jul 20, 2015, at 10:08 AM, Mani Raju wrote:

> My company & vendor planning to maintain 2 independent SVN repositories(URLs & server names are different) & need to merge between 2 repositories.
>
> Is SVN 1.8 support merging between 2 repos at trunk or branch level?
> Is any tool provides auto sync or auto merging without manual intervention
>
> Tried with TortoiseSVN by creating 2 repositories, merged & getting the below error.Refer attached.
>
> ERROR --> svn: 'x' isn't in the same repository as 'y' "
>
> I got the below link to sync between branches from different repositories.Provided solution in this link is to maintain
> the same UUID for both repo.So I am guessing we can sync at branch level.
>
> http://stackoverflow.com/questions/3907162/svn-error-x-isnt-in-the-same-repository-as-y-during-merge

Don't set two repositories to the same UUID unless their contents are intended to be completely identical (and such identicalness will be maintained by use of the svnsync program).

Even if you have two repositories that are identical to each other, one of them will need to be designated the "master", and that will be the one that all commits are made to.

Subversion is a one-central-repository system.
Received on 2015-07-21 09:52:34 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.