Re: random order due to APR hash change (was: random sort of svn status and svn diff)

2012-03-29 Thread Vincent Lefevre
On 2012-03-29 10:07:02 -0400, Mark Phippard wrote: > There is an issue filed for this: > > http://subversion.tigris.org/issues/show_bug.cgi?id=4134 Thanks. I've updated the Debian bug information. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog:

Re: random order due to APR hash change (was: random sort of svn status and svn diff)

2012-03-29 Thread Mark Phippard
On Thu, Mar 29, 2012 at 10:01 AM, Vincent Lefevre wrote: >> That's the result of a change in the APR hash table implementation. >> Subversion often uses "hash order" and in the past this was always the >> same for a given set of hash keys.  The new APR implementation means >> that this order is n

random order due to APR hash change (was: random sort of svn status and svn diff)

2012-03-29 Thread Vincent Lefevre
On 2012-03-21 00:51:53 +, Philip Martin wrote: > Sérgio Basto writes: > > > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > >> > >> > Hi, I am facing a problem > >> > I do a svn diff | lsdiff > >> > I got file in random order ,

Re: random sort of svn status and svn diff

2012-03-21 Thread Daniel Shahaf
Sérgio Basto wrote on Wed, Mar 21, 2012 at 07:22:03 +: > Hi, Dev list , I want to fix random sort of svn status and svn diff, on > recent code of svn, it just put a sort somewhere, could someone point me > the directory in the source code, where is the code of svn frontend > comman

Re: random sort of svn status and svn diff

2012-03-21 Thread Daniel Shahaf
Philip Martin wrote on Wed, Mar 21, 2012 at 00:51:53 +: > Sérgio Basto writes: > > > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > >> > >> > Hi, I am facing a problem > >> > I do a svn diff | lsdiff > >> > I got file in random

Re: random sort of svn status and svn diff

2012-03-21 Thread Ryan Schmidt
out the approach they can get resolved upfront, >> before a lot of work has been done. Please start a new thread on the >> dev@ list to discuss your approach. > > Hi, Dev list , I want to fix random sort of svn status and svn diff, on > recent code of svn, it just put a so

Re: random sort of svn status and svn diff

2012-03-21 Thread Sérgio Basto
of work has been done. Please start a new thread on the > dev@ list to discuss your approach. Hi, Dev list , I want to fix random sort of svn status and svn diff, on recent code of svn, it just put a sort somewhere, could someone point me the directory in the source code, where is the code of svn frontend commands like diff and status ? Thanks, -- Sérgio M. B.

Re: random sort of svn status and svn diff

2012-03-21 Thread Stefan Sperling
On Wed, Mar 21, 2012 at 03:02:53AM +, Sérgio Basto wrote: > On Wed, 2012-03-21 at 00:51 +, Philip Martin wrote: > > Sérgio Basto writes: > > > why the output shouldn't be sorted by name or something else ? > > > or why svn don't have a sort option this is insane . > > > > It could be d

Re: random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
On Wed, 2012-03-21 at 00:51 +, Philip Martin wrote: > Sérgio Basto writes: > > > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > >> > >> > Hi, I am facing a problem > >> > I do a svn diff | lsdiff > >> > I got file in random or

Re: random sort of svn status and svn diff

2012-03-20 Thread Philip Martin
Sérgio Basto writes: > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: >> >> > Hi, I am facing a problem >> > I do a svn diff | lsdiff >> > I got file in random order , also happens with svn status >> >> Correct, Subversion does not o

Re: random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > > > Hi, I am facing a problem > > I do a svn diff | lsdiff > > I got file in random order , also happens with svn status > > Correct, Subversion does not output these in a sorted order.

Re: random sort of svn status and svn diff

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > Hi, I am facing a problem > I do a svn diff | lsdiff > I got file in random order , also happens with svn status Correct, Subversion does not output these in a sorted order. > How I sort diff and status , or at least don't get random results

random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
Hi, I am facing a problem I do a svn diff | lsdiff I got file in random order , also happens with svn status How I sort diff and status , or at least don't get random results I am using subversion-1.6.17-5.fc16.x86_64 on Fedora 17 I had clean my $HOME/.subversion nothing change, happens with a