Noeud:Starting a new project, Noeud « Next »:, Noeud « Previous »:Creating a new CVS repository, Noeud « Up »:Source Code Management



Starting a new project

If your project is a component of a larger project, you would extract (checkout) a copy of the source tree, cd into the appropriate directory and:

     mkdir proj-dir-name
     cvs add proj-dir-name
     cd proj-dir-name
     

and then create and cvs add the new files and directories that constitute the new project.

If the project is to be completely separate from other projects in the repository, then you must create some of the files and directories that will constitute the new project and import them as if you were installing a pre-existing project, Voir Installing a pre-existing project.