1

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?

Aleksandar Ivanisevic
  • 3,327
  • 19
  • 24

1 Answers1

2

You could try enabling Gzip compression on your SSH tunnel. That usually improves speed on things like that.

Tom O'Connor
  • 27,440
  • 10
  • 72
  • 148