Help Needed regarding svn master-slave configuration

2011-08-09 Thread Sharma, Gaurav
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

Help Needed regarding svn master-slave configuration--resending i think its not delivered

2011-08-09 Thread Sharma, Gaurav
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

RE: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Sharma, Gaurav
Hi Nico, Uli and All, Thanks for your replies. You got me right that I am willing to implement a write-through-proxy set up where every WRITE request is redirected to master (server) by slave (server) while every READ request is served locally by the slave. I understand the risk of multiple use

RE: Help Needed regarding svn master-slave configuration

2011-08-11 Thread Sharma, Gaurav
Hi Nico, Uli and All, Thanks for your replies. You got me right that I am willing to implement a write-through-proxy set up where every WRITE request is redirected to master (server) by slave (server) while every READ request is served locally by the slave. I understand the risk of multiple use