info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: loginfo log messages


From: Mark
Subject: RE: loginfo log messages
Date: Tue, 11 Mar 2003 18:08:44 -0800 (PST)

--- "Grisinger, Daniel (MAN-Golden)" <address@hidden> wrote:
> Larry Jones <address@hidden> writes:

> > What is the exact content of your $CVSROOT/CVSROOT/loginfo file?
> 
> DEFAULT (/home/cvsuser/cvs-scripts/cvs-mail-checkin-notifications %{sVv} >>
> /home/cvsuser/cvslogs/commit-mailer.log 2>&1)&

> Nothing is coming on STDIN, which is what I expected.  I could always call
> cvs log from within the script and parse the latest log message out of it,
> but the manual suggests that I should be seeing the log message coming in
> on my standard input. 

For STDIN,

DEFAULT /home/cvsuser/cvs-scripts/cvs-mail-checkin-notifications %{sVv} >>
/home/cvsuser/cvslogs/commit-mailer.log

Or for everything in ARGV,

DEFAULT (echo ""; echo %{sVv}; cat) | xargs
/home/cvsuser/cvs-scripts/cvs-mail-checkin-notifications >>
/home/cvsuser/cvslogs/commit-mailer.log

Mark


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]