need a rsync patch..!

User of web Forum. Crafta.com forum at crafta.com
Tue Aug 7 20:20:53 GMT 2007


Hi, I noticed you guys knowns the rsync source code:
Could you please tellme what patch to apply in order to solve this long 
time issue I have:
http://www.interopcommunity.com/tm.aspx?m=12450&mpage=1&key=&#12450

thanks in advance
Aldo


Matt McCutchen wrote:
> Wayne,
>
> I noticed that rsync's "*deleting" itemize output needs two trailing
> spaces now that the other itemize codes are 11 characters wide.  See
> the patch below.
>
> Matt
>
> -------------
> Index: log.c
> ===================================================================
> RCS file: /cvsroot/rsync/log.c,v
> retrieving revision 1.179
> diff -u -r1.179 log.c
> --- log.c       10 Jul 2007 13:55:49 -0000      1.179
> +++ log.c       7 Aug 2007 19:50:25 -0000
> @@ -612,7 +612,7 @@
>                         break;
>                 case 'i':
>                         if (iflags & ITEM_DELETED) {
> -                               n = "*deleting";
> +                               n = "*deleting  ";
>                                 break;
>                         }
>                         n  = c = buf2 + MAXPATHLEN - 32;
> -------------
>   


-- 
Live as a tortoise.
and rate my mullet: http://www.ratemymullet.com/



More information about the rsync mailing list