I am trying to write a pre-commit script to insert a change id to cvs log.
The commitlog generates the change id while editlog inserts the change it to
a temporary template file in /tmp dir. They all work fine if $CVSROOT is
local to a client machine. However, if I set $CVSROOT to
:ext:<host>:/cvsroot, the commitinfo and editinfo don't work in the order
expected. It seems to be that all interactive command such as <stdin>
commands are ignored. The commitinfo was not executed prior to editting CVS
log as it's supposed to be. Is there any way around this problem? BTW, the
commitinfo script writes the change id info to a file and editinfo uses this
file to transfer the change id info to the /tmp template file.

I really appreciate if you can shed some light on this issue. Thanks.

Howard



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

Reply via email to