CVS online repository : http://gnuworld.cvs.sourceforge.net/gnuworld/ Using CVS to Obtain GNUWorld Once you have access to a shell installed with cvs, obtaining GNUWorld is easy. Simply log into your shell and type the following command to obtain a copy of gnuworld via anonymous cvs from the Undernet coder-com site: cvs -d:pserver:anonymous@gnuworld.cvs.sourceforge.net:/cvsroot/gnuworld login When prompted for a password, simply hit the return key. This will log you into the gnuworld site, and you may now obtain a copy of gnuworld with the following cvs command: cvs -z3 -d :pserver:anonymous@gnuworld.cvs.sourceforge.net:/cvsroot/gnuworld co gnuworld This will update a currently existing ./gnuworld directory, and update all files and directories underneath it. If you do not have an gnuworld directory, one will be created and populated with the repository files for you. |