Hi,

I have written a perl script to parse some log information from
CVS.  However, from Karl Fogel's book, Open Source Development 
with CVS, he states that any nonzero exit from a script/program 
run by loginfo will fail the commit.  Unfortunately, this appears
not to be true.  Would someone be so kind as to verify this?  I'm
running CVS Server version 1.11.2 on solaris and my loginfo script
and test perl script are included below.  I'd really like to fail
the commit if the bug number isn't included in the log message.


#
# loginfo
#

DEFAULT $CVSROOT/CVSROOT/obt-parse.pl

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#
# Perl script.
#

#!/usr/bin/perl -w
#
print "test\n";
exit 123;

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Thanks for any assistance!

Carter.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to