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

Re: new column bug-id is sadly not sortable.

From: Rick Yorgason <rick_at_firefang.com>
Date: 2007-07-02 16:19:15 CEST

A typical solution is to split the string into the leading numeric
string and trailing alphanumeric string, and use the numeric string as
the primary sort and the alphanumeric as the secondary.

Multiple bug IDs are still a problem, though. The best solution would
be to allow duplicates, but I suppose choosing the first bug ID is
better than nothing.

-Rick-

Lübbe Onken wrote:
> Hi Stefan,
>
> You wrote:
>> Yes, because a bug-ID can be anything, not just a number.
>> And it can contain multiple IDs.
>
> Would it make sense to treat the content as a string and always sort
> alphabetically? Would give us some sort of sorting :)
>
> Cheers
> - Lübbe
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jul 2 16:19:23 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.