FREQUENTLY USED CVS COMMANDS
- cvs add [ filename ]: Adds a new file/directory to the repository
- cvs admin filename: Administration front end for rcs
- cvs checkout filename: Checkout sources for editing
- cvs commit [ filename ]: Checks files into the repository
- cvs diff filename: Runs diffs between revisions
- cvs history [ filename ]: Shows status of files and users
- cvs status [ filename ]: Status info on the revisions
- cvs release [ filename ]: Status info on the revisions
- cvs update [ filename ]: Brings work tree in sync with repository
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home