haproxy + Subversion

2014-08-20 Thread Mark Phippard
Is anyone successfully using haproxy in front of a SVN server -- whether only as a proxy or in a load balancing scenario? If I try this with a SVN 1.8 client and server it fails almost immediately due to connection resets. This manifests as checksum errors or hangs on the client, but they can be

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-20 Thread Andreas Stieger
Hi, > On 20 Aug 2014, at 14:54, Manjunath Kashyap > wrote: > > What is the best way to integrate remote svn repository into an existing > repository? svnadmin load --parent-dir The svn book gives some examples. Andreas

Integrate multiple remote SVN repositories into a existing repo

2014-08-20 Thread Manjunath Kashyap
Hi, What is the best way to integrate remote svn repository into an existing repository? I have root access to both the servers. RepoA ---Location A(The one which needs to be integrated) Size 90GB --Project1 --Project2 MainRepo--LocationB(The existing repo) Size 500GB --MainProj