In relation to using cvsspam, the following line in commitinfo results in an error
When I add:
# Always allow commits to CVSROOT
^CVSROOT /bin/cat>/dev/null
The error I get:
cvs server: cannot find pre-commit filter `/bin/cat>/dev/null': No such
file or directory
cvs server: Pre-commit check failed
Fedora Core 8 had a similar issue
https://bugzilla.redhat.com/show_bug.cgi?id=447595After the above fails, I have to log in, sudo su - and edit commitinfo and commitinfo,v in order to get things working again