Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F41A181A7 for ; Tue, 21 Jul 2015 07:52:41 +0000 (UTC) Received: (qmail 64689 invoked by uid 500); 21 Jul 2015 07:52:31 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 64655 invoked by uid 500); 21 Jul 2015 07:52:31 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 64644 invoked by uid 99); 21 Jul 2015 07:52:30 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 07:52:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8514F18A6D4 for ; Tue, 21 Jul 2015 07:52:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id FRaY1GBGZONH for ; Tue, 21 Jul 2015 07:52:20 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.29.24]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 4FBA94BB8C for ; Tue, 21 Jul 2015 07:52:20 +0000 (UTC) Received: from [67.198.113.253] (helo=poppins.internal.rootmac.net) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1ZHSLV-0007gd-5a; Tue, 21 Jul 2015 09:52:13 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: Sync-ing two SVN repositories From: Ryan Schmidt In-Reply-To: Date: Tue, 21 Jul 2015 02:52:10 -0500 Cc: Subversion Users Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Mani Raju X-Mailer: Apple Mail (2.2102) X-Df-Sender: MzY4ODE4 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. >=20 > 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 >=20 > Tried with TortoiseSVN by creating 2 repositories, merged & getting = the below error.Refer attached. >=20 > ERROR --> svn: 'x' isn't in the same repository as 'y' " >=20 > I got the below link to sync between branches from different = repositories.Provided solution in this link is to maintain=20 > the same UUID for both repo.So I am guessing we can sync at branch = level. >=20 > = http://stackoverflow.com/questions/3907162/svn-error-x-isnt-in-the-same-re= pository-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.