SearchIRC Logo
Ranked #339

ScaryNet CVS

You can also obtain the development version through CVS services. Please make sure you have cvs installed.

In order to do this you need to type the following commands on your shell console:

touch ~/.cvspass
cvs -d:pserver:anonymous@scarynet.cvs.sourceforge.net:/cvsroot/scarynet login
(You will be prompted to enter a password, simply hit enter here.)
cvs -z3 -d:pserver:anonymous@scarynet.cvs.sourceforge.net:/cvsroot/scarynet co ircu2.10
(You will see the code being downloaded)

You will find the downloaded sources in the ircu2.10 folder.

If you intend to only look at the code without downloading it, you can always use the CVS Web Browser.

CVS Update

If you want to check the code for updates simply follow the procedure below:

cd ircu2.10 (If you are not already in it)
cvs -z3 update -dP
(You will see the files getting checked and updated as neccessary)