|
|
|
Downloading the Freenet source via CVS
You will need a copy of CVS, this comes as standard with most Unix and Linux based operating systems.
At the moment there are two modules used for Freenet development, the most important one is freenet with the source of the core Freenet system and the node servlets (FProxy, Nodestatus).
The second module is called Contrib and it contains external contributions as well as the sources for the Windows installer. To check this out replace co freenet with co Contrib.
To check out the Freenet source code type:
cvs -d:pserver:anonymous@cvs.freenet.sourceforge.net:/cvsroot/freenet login
cvs -z3 -d:pserver:anonymous@cvs.freenet.sourceforge.net:/cvsroot/freenet co freenet
Sourceforge has some documents describing how to get CVS working with its CVS repositories.
Even more information is available here in the sections "6. CVS - General Information" and "7. CVS - OS Specific Information".
|
|
|