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

Re: custom sorts? [was: dumper bug? need help.]

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-07-25 23:38:36 CEST

cmpilato@collab.net wrote:

>Actually, this isn't true. I know because I tested it.
>
>I did:
>
> db_dump -kp nodes | grep -e '^ [0-9a-z]\+' > out.txt
> db_dump -kp nodes | grep -e '^ [0-9a-z]\+' | sort > out-sorted.txt
> diff -u out.txt out-sorted.txt
>
>And I got differences. Consider:
>
> [out.txt]
> 0.0.0
> 0.0.1
> 0.0.2
> 0.0.3
> ...
>
> [out-sorted.txt]
> 0.0.0
> 0.0.1
> 0.0.10
> 0.0.100
> ...
>
>

Wah. Of course. What a pity.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 25 23:39:07 2002

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.