cvsclogd ignores cvscldxxx files
Brought to you by:
mflorin
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 fine.
best regards, Stefan Bolus