On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich <petep...@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.