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

Re: SVNSYNC questions

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Wed, 2 May 2018 22:09:01 +0200

Hello,

On 05/02/2018 10:02 PM, Paul Greene wrote:
> Prior to running svnsync, do I need to create the same folder
> structure on the destination as on the source?

no, just an empty, randomly named repository.

> i.e. the source has 110 repositories located under /data/subversion. I
> have a folder named /data/subversion on the destination as well where
> I want the mirror to go.

You need to have as many repositories on the far side as you need
mirroring for. The on-disk data will look like this: conf  db  format 
hooks  locks  README.txt
Each of these is a synchronization unit and needs to be set up
separately. svn does not help you above that level, and below that any
structure only exists inside the repository tree which is replicated.

>
> Do I need to manually create all the subversion repository folders
> under /data/subversion before syncing, along with the same user
> permissions/ownership? Or does subversion automatically create the
> folders?

Depends if /data/subversion IS the repository, or CONTAINS repositories.

Andreas
Received on 2018-05-02 22:09:12 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.