README file since release 1.0
Table of contents
- PURPOSE
- FILE LIST
- EXAMPLE OF A CVS USE
1. PURPOSE
The purpose of this package is to send
an email each time a commit was made on
a CVS repository.
2. FILE LIST
AUTHORS list of authors CHANGES changes between versions COPYING the GNU GPL licence terms INSTALL how to install this soft? README this file src/ the sources
3. EXAMPLE OF A CVS USE
SendDiff is mainly developed for a use inside CVS. To do so, you could put the following line into the administrative CVS database (into the file CVSROOT/loginfo).
Example of the file CVSROOT/loginfo:
# By default, always send notification to # all the users registered inside the user file DEFAULT export LC_ALL='en_EN';/usr/bin/perl /usr/bin/senddiff --quiet --project "my CVS" --sender "cvs@localhost" --users "$CVSROOT/CVSROOT/users" --smtp=127.0.0.1 -- %{sVv}
End of the example
- CAUTION
- Notice the string %{sVv} which was required if you want SendDiff to work properly.
