On 8 May 2016 at 16:55, Vincent Lefevre <vincent-...@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