-
The INSTALL says:
--- INSTALL begins ---
Add loginfo.wrapper.pl to the CVSROOT/loginfo file of
your cvsroot like this
ALL /path_to_loginfo_wrapper/loginfo.wrapper.pl
$CVSROOT %{sVv}
where tmpdir is the temporary directory to be used by
loginfo.wrapper.pl.
--- INSTALL ends ---
The problem is now the loginfo.wrapper.pl . It needs
the relative project path supplied by %p...
2005-11-07 09:18:49 UTC by etuli
-
i wondered, why my changelog wasn't created, so i took
a look into the cvsclogd part and remarked that the
problem was the following if statement in the main loop:
if ($event->type eq "change") {
cvsclogd asks for changed cvscld files in the temporary
directory, but fam throws a 'create' event, so the
files are ignored and nothing happens. With 'create'
instead of 'change' it works...
2005-11-05 15:18:56 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the cvs changelog daemon CVS repository, changing 11 files.
2005-02-11 22:10:57 UTC by nobody
-
mflorin registered the cvs changelog daemon project.
2005-02-08 23:15:39 UTC by mflorin