[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnlook diff output in wrong order when redirected

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Fri, 4 Jul 2008 19:15:41 +0300 (Jerusalem Daylight Time)

Steve Hay wrote on Fri, 4 Jul 2008 at 16:34 +0100:
> I've just installed Subversion 1.5.0 on Windows XP and I find that the
> output of "svnlook diff ..." comes out in the wrong order when
> redirected, e.g. this is OK:
>
> C:\Temp>svnlook diff C:\svnrepos -r 1427
> Modified: raddev/trunk/issue/radan/radraft/fla/f_draw_dim.c
> ===================================================================
> --- raddev/trunk/f_draw_dim.c 2008-07-03 10:33:28 UTC (rev 1426)
> +++ raddev/trunk/f_draw_dim.c 2008-07-03 11:00:49 UTC (rev 1427)
> @@ -1,5 +1,5 @@
> [... diff here ...]
>
> but this is not:
>
> C:\Temp>svnlook diff C:\svnrepos -r 1427 >out.txt && type out.txt
> --- raddev/trunk/f_draw_dim.c 2008-07-03 10:33:28 UTC (rev 1426)
> +++ raddev/trunk/f_draw_dim.c 2008-07-03 11:00:49 UTC (rev 1427)
> @@ -1,5 +1,5 @@
> [... diff here ...]
> Modified: raddev/trunk/issue/radan/radraft/fla/f_draw_dim.c
> ===================================================================
>

I can reproduce this with 1.5 and trunk. It's a regression from 1.4.

Patches welcome :)

> Somebody already reported this on the users@ list but got no reply:
>
> http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=79302
>
> and someone else has reported it in connection with VisualSVN:
>
> http://groups.google.co.uk/group/visualsvn/browse_thread/thread/96fff4e4
> 815ffebd/41f0f3b481035ba9?hl=en&lnk=st&q=svnlook+output+in+wrong+order#4
> 1f0f3b481035ba9
>

I CCed both of them.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-04 18:16:02 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.