上一个: Setting up the files, 上层: Starting a new project


3.2 定义模块

下一步是在 modules 文件中定义模块。 这不是严格需要的,但模块能容易地把相关的目录和文件关联起来。

在简单情况下,这些步骤足以定义一个模块。

  1. 得到 modules 文件的工作副本。
              $ cvs checkout CVSROOT/modules
              $ cd CVSROOT
         
  2. 编辑这个文件并插入定义模块的行。 参阅 Intro administrative files, 有介绍。 参阅 modules, 有它的详细描述。 你可以使用下面的行定义模块 `tc':
              tc   yoyodyne/tc
         
  3. 提交你对模块文件的更改。
              $ cvs commit -m "Added the tc module." modules
         
  4. 发行(release)模块文件。
              $ cd ..
              $ cvs release -d CVSROOT