LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   CVS: How to create a new project? (https://www.linuxquestions.org/questions/programming-9/cvs-how-to-create-a-new-project-244453/)

prell 10-18-2004 11:09 PM

CVS: How to create a new project?
 
I've been using CVS to manage some code, and it's fun, but I'm wondering how to create a new project. Do I have to create a whole new repository? If so, how do people deal with multiple projects?

prell 10-18-2004 11:52 PM

Code:

cvs import -m "starting project" project_name my_company start
.. then ..

Code:

cd .. && cvs co project_name

paulsm4 10-18-2004 11:54 PM

The "project" is toplevel directory
 
Hi -

You can have as many projects as you want in a repository. Just make each logical "project" a new toplevel directory in the repository.


All times are GMT -5. The time now is 10:33 PM.