How to download the Freenet 0.7 source code
To download the sourcecode to Freenet 0.7, you need a revision control program called
Subversion∞.
If you have Subversion installed, this command should download the latest version of the code to your computer:
svn co --ignore-externals http://freenet.googlecode.com/svn/trunk/freenet/
If you just want to browse the code online, go here:
http://emu.freenetproject.org/cgi-bin/viewcvs.cgi/trunk/∞
or here:
http://freenet.googlecode.com/svn/trunk/∞
The
Eclipse∞ editor can be used to edit Freenet code. If you use this, there is a nice plugin called
Subclipse∞ that you can use to update the source code from the central Subversion repository.
Alternatively, you can edit Freenet source code in a plain text editor and
build it from the command line.