To Create (add) a new module to the repository:
1. Move all your source files into a directory
2. Perform a "make clean" to clear out unneeded files
3. Delete any backup files
4. run the following command:
* "cvs -d username@cvs:/files/cvs/tools import
o where:
example:
o "cvs -d amareshcd@cvs:/files/cvs/tools import vcomvs VCOM vcomvs_01"
To check out code from the repository:
1. create yourself a directory that you wish for the files to be checked into
2. run
* " cvs -d username@cvs:/files/cvs/tools get -PA
where:
example:
"cvs -d amareshcd@cvs:/files/cvs/tools get -PA vcomvs"
To find out what tools are in the repository:
1. ssh into cvs
2. type: "ls -al /files/cvs/tools/" (It's depend on your file location)
No comments:
Post a Comment