CVS Tip 1: Checking out an Entire Sourceforge Project
The usual SourceForge CVS instructions ask you to check out modules like so:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jedit login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jedit co -P modulename
Of course many projects are divided into multiple modules, all of which are required. You can check out the entire project, including all of its modules like this:
Read the rest of this entry »