SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files
README file since release 1.0

Table of contents

  1. PURPOSE
  2. FILE LIST
  3. 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.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.