4.2. CVSTracker

4.2.1. Overview

The cvstracker plugin allows for some integration between CVS commits and the bug tracker and task manager. So, for example, when you commit, you can reference bug and task IDs in your commit message and have the commit linked to the corresponding bug and task.

See the plugins/cvstracker/README file for details. This plugin is enabled by default in the gforge.sql database file. As with the other plugins, you may manually place the config files in /etc/gforge/plugins/cvstracker/ and uncomment the cronjob in crontab.in.

You will also have to copy the newcommit.php file to your gforge www/plugins/cvstracker/ dir

4.2.2. Installation

# cd /var/www/gforge/plugins/cvstracker/
# cp -R etc/plugins/cvstracker/ /etc/gforge/plugins/
				

Edit /etc/gforge/plugins/cvstracker/config.php and change parameters.

Uncomment update_loginfo.php in crontab.

Note

CVS Tracker is not enabled by default for project. You'll have to manually enable it.