CVS
From Null-pointer
Concurrent Versions System
Contents |
Committing a new project
Importing a project from a base line of code
cvs import -m "baseline" <moduleName> <CompanyName> start
cvswrappers
*.gif -k 'b' *.jpg -k 'b' *.jsp -k 'kv' *.js -k 'kv' *.jar -k 'b' *.war -k 'b'
CVSRC
On windows the default location for this file is C:\\Documents and Settings\\#user#\\.cvsrc.
Recommended settings:
update -Pd status -v
- update -P (Prune empty directories.)
- update -d (Build directories, like checkout does.)
- status -v (Verbose format; includes tag information for the file)
CVSROOT
Takes the form of:
:pserver:user:password@server.domain:/folder/to/cvs

