DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(cvs.info.gz) From scratch

Info Catalog (cvs.info.gz) From other version control systems (cvs.info.gz) Setting up the files
 
 3.1.3 Creating a directory tree from scratch
 --------------------------------------------
 
 For a new project, the easiest thing to do is probably to create an
 empty directory structure, like this:
 
      $ mkdir tc
      $ mkdir tc/man
      $ mkdir tc/testing
 
    After that, you use the `import' command to create the corresponding
 (empty) directory structure inside the repository:
 
      $ cd tc
      $ cvs import -m "Created directory structure" yoyodyne/DIR yoyo start
 
    This will add yoyodyne/DIR as a directory under `$CVSROOT'.
 
    Then, use `add' to add files (and new directories) as they appear.
 
    Check that the permissions CVS sets on the directories inside
 `$CVSROOT' are reasonable.
 
Info Catalog (cvs.info.gz) From other version control systems (cvs.info.gz) Setting up the files
automatically generated byinfo2html