next up previous index
Next: Setting up a Client Up: Setting up a CVS Previous: User Environment Variables   Index

Click for printer friendely version of this HowTo

Adding a Project to the Repository

Now that you have the CVS repository initialized and you have your own environment variables set, you can add a project to it. To do this, first change to the project directory:
shell> cd $HOME/my_project_dir/
and import the directory:
cvs import my_project_dir vendor_1_0 ref_1_0
Here vendor_1_0 and ref_1_0 are just vendor and revision tags that are required for the initial import. I just leave them as is and things work just fine.



Frank Starmer 2004-05-19
>