PDA

View Full Version : cvs commands please



vylesilencer
12-18-2001, 11:30 PM
I used to always grab them from the forum, but all the old msgs are gone. Hate to bother you all, but would appreciate the 2 or 3 cvs commands to update my cvs.

Thanks,

bluevulpine
12-19-2001, 06:03 AM
from memory, so hopefully there's no typos:

cvs -d:pserver:[email protected]:/cvsroot/seq login
hit enter at password prompt

cvs -d:pserver:[email protected]:/cvsroot/seq -z3 co linux
cvs -d:pserver:[email protected]:/cvsroot/seq logout


edit: corrected first batch of typos :P

SeqTester
12-19-2001, 07:57 AM
for CVS all I ever needed to do is..

cvs -d:pserver:[email protected]:/cvsroot/seq co .

guice
12-19-2001, 10:14 AM
It's also on the main SourceForge page.

Click on "CVS" in the SourceForge Sections at top.

repudi8or
12-19-2001, 08:28 PM
The module name has changed to showeq. Use these commands:-

cvs -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co showeq
cvs -d:pserver:[email protected]:/cvsroot/seq logout

That will work. Well it worked for me anyway.

Regards Repudi8or