Nils Jakobsons writes:
>
> When I commit rev 1.6 it still writes success entry into history file, it
> even does write new revision (rev 1.6) into CVSROOT/loginfo,v file, and it
> performs the script I added (/var/cvs/utils/loginput.sh %s), but the
> effective config file CVSROOT/loginfo is not updated to latest rev 1.6 and
> remains at 1.5! Whats the matter?
[...]
> Here is the content of the /var/cvs/utils/loginput.sh which is called from
> CVSROOT/loginfo - its a simplest shellscript:
>
> #!/bin/sh
> echo $* >> /tmp/loginput_output.txt
A loginfo script *must* read the log message from stdin. If you're not
interested in saving it, you need to disguard it:
cat >/dev/null
You can get the actual loginfo file updated to 1.6 by running "cvs
init".
-Larry Jones
Everything's gotta have rules, rules, rules! -- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs