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

Re: [TSVN] Sort order in commit / revert dialog

From: Martin Eckardt <Martin.Eckardt_at_micronova.de>
Date: 2004-11-15 15:48:52 CET

Lübbe Onken wrote:

>Hi Martin,
>
>
>
>>If the column is a path, call FileEntry->path.Compare().
>>FileEntry->path
>>or FileEntry->url is a CString so the comparisation is done
>>by CString.
>>And the CString::Compare function is case sensitive. So I
>>really don't
>>know why this does happen.
>>
>>
>Sorry for being picky, but did you mean *in*sensitive?
>When a compare function is case sensitive, the behaviour I observed is to be
>expected.
>
>
You are right :-) then CString::CompareNoCase() should be used on Paths.
On Windows there couldn't be Files with the same name but different cases.
So we now have the Devil, but should be corrected by Steve.

-- 
____________________________________________________________
MicroNova electronic GmbH
Martin Eckardt
Kommunikation und Telekommunikation
Unterfeldring 17
D-85256 Vierkirchen
Tel.:	(08139) 93 00-41
Fax.:	(08139) 93 00-80
E-Mail:	Martin.Eckardt@micronova.de
WWW:	http://www.micronova.de
____________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 15 15:49:45 2004

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.