[cvsnt] Re: loginfo example
Tony Hoyle
tony.hoyle at march-hare.com
Wed Nov 16 15:31:09 GMT 2005
bwhicks at aep.com wrote:
> I'm posting this because I've had a couple of people ask me about it.
>
> Because of some strange problems with loginfo (tested in version
> 2.5.02.2099 and 2.5.02.2115), I couldn't pass the arguments directly as
> space separated variables (like this: fix_loginfo.pl %s %V %v) and had to
> pass them like this: %{sVv} which comma separates them. So, my loginfo file
> looks like this:
It'll work fine as space separate variables, but won't make a whole lot
of sense, since they are lists - you'd need to try to match up 3 lists
of space separated arrays with no terminator, rather than 1 list of
comma separated variables.
Note that prior to 2.5.01 the only possible parameter to loginfo was
%{sVv} anyway..
You also need to handle spaces in filenames (escaped with '\'). There
are examples of this floating around (may even be some on the wiki).
Tony
More information about the cvsnt
mailing list