From: Nicolas C. <war...@fr...> - 2003-04-22 05:56:27
|
> > > At work, our cvs is set up to email notices out to a mailing list when > > > commits happen. Any chance of setting up our cvs server to do that? > > > > I can do it, but I would prefer a "commitlog" file in /CVSROOT/commitlog > > Since like this you can have a quick look at all modified files. > > I have added the following to /CVSROOT/loginfo file, but it doesn't seems to > work : > > ALL (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commit.log Okay, I added the "commit.log" file to CVSROOT and now I get : sh: /cvsroot/ocaml-lib/CVSROOT/commit.log: Permission denied when committing a file. This seems like a sourceforge-specific problem. I will disable it. Nicolas Cannasse |