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

Re: Migrate parts of repository - got it right?

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Thu, 4 Aug 2011 09:53:03 -0400

On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich <PetePomm_at_web.de> wrote:
> Thanks a lot for that hint! Do you know if it's possible to sync multiple folders of the source repository to the same destination repository? Something like this:
>
> svnsync initialize svn://a.repo.org/projA svn://b.repo.org/dest
> svnsync initialize svn://a.repo.org/projB svn://b.repo.org/dest
> svnsync initialize svn://a.repo.org/projC svn://b.repo.org/dest
> ...
> svnsync sychronize svn://b.repo.org/dest
>
> The goal is migrate multiple projects from the source repository to one destination repository.
>
> Kind regards,
> pete

No. svnsync initialize needs to be done on a local filesystem, in any
case, and cannot be executed inside of an existing remote repository.
Received on 2011-08-04 15:53: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.