CVS access to current Squid source

If you need to get CVS, start here.

If you need to learn about CVS, read this great reference manual.

To checkout the current source tree from the CVS server:

% setenv CVSROOT ':pserver:anoncvs@cvs.squid-cache.org:/squid'
% cvs login
When prompted for a password, enter 'anoncvs'.
% cvs checkout squid3

You can use cvs -d if you are afraid of csh or don't like to set environment variables.

Access to older Squid version

To access older Squid releases use the same procedure as above to login and then checkout the specific version sources

Squid-2.5
cvs checkout -d squid-2.5 -r SQUID_2_5 squid
Squid-2.4
cvs checkout -d squid-2.4 -r SQUID_2_4 squid

cvs.html,v 1.4 2003/02/07 01:38:04 robertc Exp