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

Re: random, unpredictable sort of svn diff

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Mon, 9 May 2016 10:52:50 +0300

On 8 May 2016 at 16:55, Vincent Lefevre <vincent-svn_at_vinc17.net> wrote:
> Hi,
>
> The output of "svn diff" is still in random order (not even
> pseudo-random, completely unpredictable). There had been discussions
> in the past to fix this, e.g.
>
> https://mail-archives.apache.org/mod_mbox/subversion-users/201203.mbox/%3C1332298973.3028.17.camel@segulix%3E
>
> What's the status?
>
> I haven't found a bug on this subject on Jira.
>
I'm getting stable sorted output when using Subversion 1.9.3:
$ touch a b c
$ svn add a b c
$ svn diff
Index: a
===================================================================
Index: b
===================================================================
Index: c
===================================================================

The same for svn st

-- 
Ivan Zhakov
Received on 2016-05-09 09:53:17 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.