|
Author: Josh G.
Date: 27-11-00 16:29
I need to set my cvs server to send an email to me when ever some one checks in on it. does any one know where I could get a how to on that or any thing that would be helpful....thanks,
Josh
|
|
Reply To This Message
|
|
Author: Shrub
Date: 28-11-00 19:24
To provide this, try to use watches.
Unfortunately I don't have my CVS book with me, so I don't remember how to set them up.
From my memory, using watches will send an email when the file you are watching is updated.
|
|
Reply To This Message
|
|
Author: Dan Langille
Date: 28-11-00 19:55
I know the FreeBSD cvs repository does that. It sends a message out to cvs-all. This code is in the repository. See /usr/src/contrib/cvs/contrib/log_accum.pl
See also CVSROOT/loginfo, from which log_accum.pl can be invoked
I *think* that might help.
|
|
Reply To This Message
|
|