Hi!
I've found a bug in loginfo processing. The problem is that if file to
be committed contains spaces, for instance, "Read Me.txt", format string
%{sVv} expanded like
(1) Read Me.txt,oldRev,newRev,
but should be
(1) Read\ Me.txt,oldRev,newRev
In first case filter script takes 2 paramters and in second case -
single parameter.I've wrote a patch to solve this problem. Please apply in ccvs/src directory. Regards, Andrey Aristarkhov BiTechnology
src_logmsg.c.diff
Description: Binary data
