3.12. Source Code Management (SCM)

CVS and Subversion (SVN) are popular SCM systems that may be installed as plugins, as shown later. You'll have to make their needed directories:

# mkdir /var/www/scmtarballs
# mkdir /var/www/scmsnapshots

These directories correspond to GForge configuration variables $sys_scm_tarballs_path and $sys_scm_snapshots_path.

Note

For FHS-compliance, use /var/local/gforge/scmtarballs and /var/local/gforge/scmsnapshots.