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

Re: Mirror SVN Repository [Write-through proxying]

From: Gert Kello <gert.kello_at_gmail.com>
Date: Wed, 11 Jun 2014 10:59:06 +0300

> And a slave svn " svnslave/svn/slave"
>
> config SLAVE:
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> <VirtualHost *:80>
> DocumentRoot /var/www/svn
> </VirtualHost>
>
> <Location /svn>
> DAV svn
> SVNParentPath /var/www/svn
> SVNMasterURI http://svnmaster/svn/master <-- added the master svn
> AuthType Basic
> AuthName "IPCO Mirror"
> AuthUserFile /var/www/svn/etc/passwdfile
> Require valid-user
> </Location>

AFAIK You need one additional svn location at mirror that does not
have "SVNMasterUri". If You try to use this location the sync will be
redirected back to master server.
See the <Location /svn-proxy-sync> part in
http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy

Gert
Received on 2014-06-11 09:59:34 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.