|
The CVS
Repository is available online.
You can get
the latest version of IRCu at any time using
the interfaces to CVS.
You can now read the repository directly in
two ways:
Checking
Out
For
ircu2.10.12 (stable) use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -r u2_10_12 -P ircu2.10
For
ircu2.10.12 (development branch) use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -r u2_10_12_branch -P ircu2.10
For
ircu2.10.11 use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -r u2_10_11 -P ircu2.10
For ircu2.10.10 use:
cvs
-d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -r u2_10_10_pl18 -P ircu2.10
For ircu2.10.07 use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -r u2_10_07 -P ircu2.10
To check out the trunk (latest development [ircu2.10.13]) archive
use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -P ircu2.10
For the ircu3
pipedream archive use:
cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu
co -P ircu3
When you want to update your source tree later
to the latest version, use:
cvs update -dP
inside the
directory ircu2.10 was checked out to.

|