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.
but one month ago , svn diff have always same output , now it is random , is a bug or regression. why the output shouldn't be sorted by name or something else ? or why svn don't have a sort option this is insane . I use patchutils to edit diffs more than 4 years and now with random order, mess up all results . I not say that output have one order is seems random , I'm saying every time I do a svn diff or status the order of files change OMG. > > How I sort diff and status , or at least don't get random results > > You can pipe the result to the "sort" program somehow. > > > -- Sérgio M. B.