CVS Quickstart: A Short guide to using CVS on a networked system | ||
---|---|---|
<<< Previous | Next >>> |
#man cvs brings up an extensive manual of commands
#cvs --help returns:
[cvs-quickstart$] cvs --help Usage: cvs [cvs-options] command [command-options-and-arguments] where cvs-options are -q, -n, etc. (specify --help-options for a list of options) where command is add, admin, etc. (specify --help-commands for a list of commands or --help-synonyms for a list of command synonyms) where command-options-and-arguments depend on the specific command (specify -H followed by a command name for command-specific help) Specify --help to receive this message The Concurrent Versions System (CVS) is a tool for version control. For CVS updates and additional information, see the CVS home page at http://www.cvshome.org/ or Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.html |
export CVS_RSH=ssh
export CVSROOT=Login-Name@cvs.tenforty.sourceforge.net:/cvsroot/tenforty
cvs -z3 checkout directory-name
cvs -z3 -d:ext:Login-name@cvs.tenforty.sourceforge.net:/cvsroot/tenforty co module-name
cvs commit -m "comment about changes." filename
cvs add filename
cvs -z3 update -Pd
cvs -z3 -d:pserver:anonymous@cvs.tenforty.sourceforge.net:/cvsroot/tenforty co tenfortytenforty-example
ssh -l Login-Name tenforty.sourceforge.net
scp local-file Login-Name@tenforty.sourceforge.net:/home/groups/t/te/tenforty/htdocs/
<<< Previous | Home | Next >>> |
Refresh your Working Copy | Links |