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

svnlook diff output in wrong order when redirected

From: Steve Hay <SteveHay_at_planit.com>
Date: Fri, 4 Jul 2008 16:34:15 +0100

Hi,

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
===================================================================

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'm finding that it makes the emails produced by my post commit hook
script look rather confused.

Is this change by design or by accident?

Thanks,
Steve

(Note: Please Cc me in any replies since I'm not subscribed to this
list.)

---------------------------------------------------------------------
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 17:43:46 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.