info-cvs
[Top][All Lists]
Advanced

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

verifymsg: How to pass log message (check-in comments)?


From: Grey-Cells
Subject: verifymsg: How to pass log message (check-in comments)?
Date: Wed, 15 Oct 2008 07:21:41 -0700 (PDT)
User-agent: G2/1.0

I want to verify whether the check-in comments are not null or are in
a certain format. I had figured out that verifymsg does the thing for
me. I had written a script that will do the necessary checks, but some
how I cant get the log message (check-in comments) passed to the
script.

The entry in the verifymsg looks like this:
testcvsmodule/* perl -S verify.pl %l %p %r ${USER}

I tried various version of it ..
testcvsmodule/* perl -S verify.pl
testcvsmodule/* perl -S verify.pl %1
testcvsmodule/* perl -S verify.pl %l %p %r ${USER}
testcvsmodule/* perl -S verify.pl ${l} ${USER}
testcvsmodule/* perl -S verify.pl %{$sV}

But unable to pass the required parameter.

May be I am missing something very simple.
Any help would be appreciated.
Thanks
Amol.


reply via email to

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