[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 4 Aug 2011 17:10:18 +0300

Nico Kadel-Garcia wrote on Thu, Aug 04, 2011 at 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

Wrong.

> case, and cannot be executed inside of an existing remote repository.

Right*. In 1.7 there is a switch that allows you to use an existing
repository (local or otherwise), if you've synced the start of the
repository by other means.
Received on 2011-08-04 16:11:05 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.