Hello, On Sun, Aug 21, 2005 at 12:56:38PM +0200, Joost van Baal wrote: > That'd better be: > > be sure your CVSROOT/config features > > UseNewInfoFmtStrings=yes > > and add to CVSROOT/loginfo: > > one/ /usr/bin/syncmail %1{sVv} [EMAIL PROTECTED]
As a temporary solution, you can probably use: UseNewInfoFmtStrings=yes and: one/ /usr/bin/syncmail '%{sVv}' [EMAIL PROTECTED] the '1' after % is temporary (to let you fix the scripts, like syncmail which expects one argument (filename, old version, new version; coma separated) instead of three). If you don't remove it, you will have another warning. Quoting %{sVv}, permits to specify only one argument to syncmail, which will be used as the mail subject. (The mails subject will be a little bit different (with a space instead of a coma between the versions) Note: if you want to use it on gforge, it won't work because a cron job clean the CVSROOT/config file regularly, which will remove UseNewInfoFmtStrings=yes. Otherwise, it works like a charm. hth, -- Nekral