Local checkout performance - cvs vs cvsup

Kris Kennaway kris at obsecurity.org
Fri Nov 24 14:40:56 PST 2006


On Sat, Nov 25, 2006 at 01:25:45AM +0300, Andrew Pantyukhin wrote:
> I use cvsup to maintain a full local copy of the CVS
> repo. I then use plain cvs to check out different branches
> of src from it. The problem is while cvsup only takes a
> minute each time I run it, cvs takes several times more.
> 
> I run cvsup with "-gs" and cvs with "-rR" flags. Should
> I run a local cvsupd server or is there another way to
> speed things up? I only need the repo and the branches
> in read-only mode.

I guess cvs is slower because it needs to check for local diffs
before/while merging in changes.  By contrast cvsup will just blow
away any changes you have made.

There's probably not much you can do apart from not checking out full
trees unless you really need them.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20061124/76becdfc/attachment.pgp


More information about the freebsd-questions mailing list