Re: [Issue 1495] - Case sensitivity problem using file: on Windows
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-09-03 00:46:02 CEST
issues@subversion.tigris.org wrote:
If it isn't already, it probably should be. But this issue is about the drive letter (which I believe is part of the "path" portion of the URL), as in "file:///c:/blah" versus "file:///C:/blah".
> Julian, if you have a Windows environment for testing, this might be
I don't have a Windows environment (except Wine, but I'm not very familiar with it and don't know if it should be trusted for this sort of testing).
> what you've been looking for. Adding you to CC list; just assign it
Thanks. If I were to investigate it, I'd begin:
I have a sort of feeling that case-sensitivity rules for the "path" portion of a URL might well be "It is the destination system's job to resolve a URL, including deciding whether it is case-sensitive." In that case we would have to have a-priori knowledge of the destination system. But - hey -
To resolve the issue as it is stated, it would probably be safe and sufficient just to make drive-letter comparisons case-insensitive. (That assumes that we really know that a drive letter is being mentioned, as opposed to a Unix path that happens to begin with a letter followed by a colon.) But it would be good to sort out the case-sensitivity of the rest of the path at the same time, if possible.
Sorry ... this isn't a particularly good one for me, though I suppose I could check that we are doing the right thing in terms of case-sensitivity at least in the absence of a drive letter.
- Julian
---------------------------------------------------------------------
|
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.