[cvsnt] Re: running loginfo in cvsnt

Bo Berglund Bo.Berglund at system3r.se
Thu Jun 9 07:56:35 BST 2005


> How to get the log message from the STDIN, is there any sample for this?

Are you kidding? *Any* program you write should be able to read STDIN, right?

What you need to do is read STDIN and then decode that information to get
the data you need. STDIN contains the log message, the list of committed
files, the tag information etc. Just read it in a test program and dump to
a log file and then have a look and you will see how to treat it.

/Bo



More information about the cvsnt mailing list