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

Re: Using a backup server as local svn handler?

From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Thu, 22 Aug 2019 13:45:52 +0200

Hello,

> If I create a "Private" repository on this server and store my projects
> in that repository, can it interfere with the backed up repos?

This works without issues as long as the repository names are separate.

> AFAIK you cannot write anything in a synced repository except via
> svnsync or the backup system will break....

The granularity for this is the repository, not the server. In other words, you can run your own repositories separate from that that are svnsynced from another location.

The only extra consideration that would need to be made is when using write-through proxying (SVNMasterURI). Merely noting for completeness that you would need an extra Location block in your httpd configuration. But your back-up configuration does not include that.
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy

Andreas
Received on 2019-08-22 13:46:03 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.