CVS repository adapter

Marcel Stör <[email protected]> Tue, 19 Sep 2006 14:12:18 +0200
Newsgroups gmane.comp.java.anthill
Message-ID <[email protected]>
Hi folks,

We try to speed up our continous build process. One thing was to run Anthill on the CVS server (instead of dedicated build machine) in order to get rid of network latencys. However, we still feel that the check-out process takes way too long.
Our repository.cvs.root parameter still points to the CVS server via its network name i.e. :pserver:user:pass@servername:/cvsPath. Could it be that in our environment where Anthill/CVS are on the same machine this would not use the loopback address 127.0.0.1? Hence, :pserver:user:[email protected]:/cvsPath would be significantly faster?

Regards,
Marcel