Antmod's CVS provider maps Antmod's concepts of modules, branches and tags onto CVS. The following table illustrates how the mapping to a CVS repository works:
| Antmod concept |
CVS Provider mapping |
|---|---|
| Module | A top-level directory underneath the scm repository URL. |
| Trunk | Normal CVS trunk (meaning you checkout the module with the "-A" command-line parameter) |
| Branch | Normal CVS branch created against the latest HEAD of the trunk, named "modulename_x-y" |
| Tag | Normal CVS tag created against the latest HEAD of a 2-digit branch, named "modulename_x-y-z" |