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