Help Needed regarding svn master-slave configuration--resending i think its not delivered
From: Sharma, Gaurav <Gaurav.Sharma_at_Safenet-inc.com>
Date: Wed, 10 Aug 2011 10:55:33 +0530
Hi All,
I have a task in hand to setup a master-slave svn repository configuration so that master will synchronize its repositories with slave. I searched a lot on web and found many links telling about how to set it up. Following those links I started using "svnsync" for this purpose. But some how after spending many days I am not able it to work as desired. Both master and slave are on ubuntu 10.xx. I am trying to set it up using HTTPS
I have two objectives for this setup-
1- End user should be able to perform both check-out and check-in to the slave repository.
From the very start I have not able to perform commit on the slave. I got different errors time to time and I am really got tired of these errors.
Different configuration files are as follows:
On Master
/etc/apache2/mods-available/dav_svn.conf
<Location /svn>
post-commit
post-revprop-change
On Slave
/etc/apache2/mods-available/dav_svn.conf
<Location /svn>
<Location /svn-proxy-sync>
start-commit
if [ "$USER" = "mirrorsync" ];
pre-revprop-change
if [ "$USER" = "mirrorsync" ];
All kind of module (mod_dav, mod_dav_svn, proxy, proxy_http, ssl) are loaded. I don't have any past experience of working with svn or apache.
I WOULD REALLY APPRICIATE IF SOMEONE CAN HELP ME and tell me what the exact steps are to setup this configuration
Thanks
The information contained in this electronic mail transmission
|
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.