Most recent edit on 2007-05-11 18:15:46 by JimLucas
Additions:
If you want to not show so much information while running the previous commands, you can add a '-q' just after the opening cvs command. Something like this:
Deletions:
if you want to not show so much information while running the previous commands, you can add a '-q' just after the opening cvs command. Something like this:
Edited on 2007-05-11 18:15:29 by JimLucas
Additions:
Normal / Everyday commands you should know to be able to use CVS
Tips
Deletions:
Tips
Edited on 2007-05-11 18:14:14 by JimLucas
Additions:
$ cvs commit
Note: if adding a directory, you need to then add what file(s) in that directory you want to have managed by CVS
$ cvs commit path/to/file
Deletions:
$ cvs commit -m "Just some little fixes"
$ cvs commit -m "Just some little fixes" path/to/file
Edited on 2007-05-11 18:12:01 by JimLucas
Additions:
$ cvs -q command [options]
Deletions:
$ cvs -q command options
Edited on 2007-05-11 18:11:47 by JimLucas
Additions:
$ cvs update
$ cvs add directory/
$ cvs add filename.txt
$ cvs commit -m "Just some little fixes"
$ cvs commit -m "Just some little fixes" path/to/file
Tips
if you want to not show so much information while running the previous commands, you can add a '-q' just after the opening cvs command. Something like this:
$ cvs -q command options
Deletions:
$ cvs -q update
$ cvs -q add directory/
$ cvs -q add filename.txt
$ cvs -q commit -m "Just some little fixes"
$ cvs -q commit -m "Just some little fixes" path/to/file
Edited on 2007-05-11 18:09:38 by JimLucas
Additions:
Here is how to get all available updates
$ cvs -q update
Deletions:
Here is how to check for updates
$ cvs -nq update
Edited on 2007-05-11 18:09:08 by JimLucas
Additions:
To add a file or directory do this
$ cvs -q add directory/
or
$ cvs -q add filename.txt
$ cvs -q commit -m "Just some little fixes" path/to/file
Edited on 2007-05-11 18:07:29 by JimLucas
Additions:
$ cvs checkout module/name
$ cvs -nq update
$ cvs -q commit -m "Just some little fixes"
$ cvs -q commit -m "Just some little fixes"
Deletions:
# cvs checkout module/name
# cvs -nq update
# cvs -q commit -m "Just some little fixes"
# cvs -q commit -m "Just some little fixes"
Edited on 2007-05-11 18:07:14 by JimLucas
Additions:
# cvs checkout module/name
# cvs -nq update
# cvs -q commit -m "Just some little fixes"
# cvs -q commit -m "Just some little fixes"
Deletions:
cvs checkout module/name
cvs -nq update
cvs -q commit -m "Just some little fixes"
cvs -q commit -m "Just some little fixes"
Edited on 2007-05-11 18:06:55 by JimLucas
Additions:
cvs checkout module/name
cvs -nq update
cvs -q commit -m "Just some little fixes"
cvs -q commit -m "Just some little fixes"
Deletions:
cvs -q commit -m "Just some little fixes"
cvs -q commit -m "Just some little fixes"
Edited on 2007-05-11 18:06:10 by JimLucas
Additions:
Check out a new repos
cvs checkout module/name
cvs -nq update
Here is how to commit all changes for a repos
cvs -q commit -m "Just some little fixes"
If you only want to commit a certain file, then try this
cvs -q commit -m "Just some little fixes"
Deletions:
cvs -q ci -m "Just some little fixes"
Edited on 2007-05-11 18:03:13 by JimLucas
Additions:
cvs -q ci -m "Just some little fixes"
Deletions:
cvs -q ci -m "Just some little fixes"
Edited on 2007-05-11 18:02:50 by JimLucas
Additions:
cvs -q ci -m "Just some little fixes"
Deletions:
cvs -q ci -m "Just some little fixes"
Oldest known version of this page was edited on 2007-05-11 18:02:41 by JimLucas []
Page view:
Here is how to check for updates
cvs -q ci -m "Just some little fixes"