bug-cvs
[Top][All Lists]
Advanced

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

loginfo processing (logmsg.c) bug


From: Andrey Aristarkhov
Subject: loginfo processing (logmsg.c) bug
Date: Fri, 16 Aug 2002 22:18:05 +0400

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 

Attachment: src_logmsg.c.diff
Description: Binary data


reply via email to

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