speeding up cvs pserver over WAN
Posted
by Aleksandar Ivanisevic
on Server Fault
See other posts from Server Fault
or by Aleksandar Ivanisevic
Published on 2010-04-19T21:09:24Z
Indexed on
2010/04/19
21:13 UTC
Read the original article
Hit count: 523
I have a remote location with 5 developers that are using a CVS (pserver) repository in main office via WAN, but the bandwidth i have is only a couple of hundred kbps so CVS operations are fairly slow.
Is there any way to speed this up? I can rsync over a local copy of the CVS root(s) every couple of minutes, so this can handle the updates, but obviously not the commits. Is there any way to say to CVS to update from one server, but push to another one?
Any other ideas?
© Server Fault or respective owner