Vesa Vestman writes:
> 
> I am trying to get log information from wincvs to my console application as 
>parameters and I have succeed to get everything else but that log message itself.
> I added this line to loginfo file which directs those parameters to my console 
>application:
> ALL  g:\projects\consoleapp\conapp.exe "%{sVv}"
> This line sends two parameters: Directory name and filename which being committed.
> Is there any variable which I could insert to that line so it could send that 
>message to my application?
> Or if there ain't then what other possibilities do I have getting that message?

The message is sent to the standard input of the filter -- all you have
to do is read it!

-Larry Jones

I must have been delirious from having so much fun. -- Calvin

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

Reply via email to