joseph conrad writes: > > 3) when committing, I get > cvs commit: cannot exec /var/lib/cvsd/bin/validate-cvs-log.sh: No such > file or directory > cvs [commit aborted]: Message verification failed
Check the permissions on /var/lib/cvsd/bin/validate-cvs-log.sh and make sure that you have execute permission. If so, then either /bin/sh doesn't exist, isn't executable, or the first line of your script contains a non-printable character (usually a <CR>) so you're trying to execute something other than /bin/sh. -Larry Jones Why is it you always rip your pants on the day everyone has to demonstrate a math problem at the chalkboard? -- Calvin _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
