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 You can pipe the result to the "sort" program somehow.