To create a new repository:
Create the directory and then use
cvs -d directory-name init
To import already existing code into this new repository:
Go under the directory where the code is located
cvs -d repository-path import -m "Initial Imported Revision" module-name vendor-tag Release-tag
0 comments:
Post a Comment