|
From: Wim K. <wi...@ny...> - 2002-10-04 18:00:51
|
> On Fri, 2002-10-04 at 09:12, Wim Kerkhoff wrote:
> > I noticed your message while searching for the exact same
> error. After a
> > whole bunch of poking around, I discovered that the
> documention at the
> > top of the syncmail script is not correct. CVSROOT/loginfo expects
> > something like this:
> >
> > module /path/to/syncmail %{sVv} yo...@ad... an...@so...
> >
> > If you put %%s as described in syncmail, then the string
> "s" will get
> > sent to the script and not the module and files that were changed.
>
> Wim,
> I have always used %{sVv}, so I doubt that's the problem.
This worked for me: %{sVv}
This did not work for me: %%s
Wim.
|