{t}Installation Instructions{/t}

{t}The process_commits.pl script, which is available in the misc sub-directory in your Eventum installation directory, will need to be installed in your CVSROOT CVS module by following the procedure below:{/t}

{t}The first thing to do is to checkout the CVSROOT module from your CVS repository:{/t}

$ cvs -d %CVS REPOSITORY HERE% checkout CVSROOT

{t}The command above will checkout and create the CVSROOT directory that you will need to work with. Next, open the loginfo file and add the following line:{/t}

{literal} ALL /usr/bin/php %repository path%/CVSROOT/process_cvs_commits.php $USER %{sVv} {/literal}

{t}Replace %repository path% by the appropriate absolute path in your CVS server, such as /home/username/repository for instance. Also make sure to put the appropriate path to your Perl binary.{/t}

{t}You may also turn the parsing of commit messages for just a single CVS module by substituting the 'ALL' in the line above to the appropriate CVS module name, as in:{/t}

{literal} %cvs module name% /usr/bin/php %repository path%/CVSROOT/process_cvs_commits.php $USER %{sVv} {/literal}

{t}The last step of this installation process is to login into the CVS server and copy the process_cvs_commits.php script into the CVSROOT directory. Make sure you give the appropriate permissions to the script.{/t}