Here's a quick quide to CVS (Concurrent Version System)...
Checkout: cvs co myproj
Update: cvs update
Import a Project: cvs import -m "message" myproj -releasetag -vendortag
Find out Modifications: cvs diff -c
Read the log: cvs log logfilename
Create a tag: cvs tag -c mytag
Delete a tag: cvs tag -d mytag
Commit changes: cvs commit -m file1 file2
Add directories: cvs add dirname
Remove Files: cvs remove filename
Add Files: cvs add filename
Create Branch: cvs tag -b branchname
Merging Branches: cvs update -kk -j branchname
More to come...
Thursday, September 16, 2010
CVS Quickie
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment