[Index] [TitleIndex] [WordIndex

Anonymous CVS Access

Sourceforge use the pserver authentication mechanism. So, you need to start by logging into the CVS server.

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freevo login

When prompted for the password, simply press the "Enter key". Now that you have logged in, you need to checkout the cvs module. To check out freevo, supply the following command:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freevo co freevo

General CVS usage on Sourceforge

CVS Admin

cvs -z3 -d:ext:SF_USERNAME@cvs.freevo.sourceforge.net:/cvsroot/freevo co CVSROOT 


2014-02-15 05:10