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

Re: Files with trailing dots on Windows

From: Joseph Galbraith <galb_at_vandyke.com>
Date: 2006-02-08 19:02:06 CET

Branko Čibej wrote:
> Greg Thomas wrote:
>> On 06 Feb 2006 08:32:57 -0600, kfogel@collab.net wrote:
>>
>>
>>> But, if you could come up with a concrete design & even a patch for
>>> solving the problem, that would change things... maybe there's
>>> something we haven't thought of.
>>>
>>
>> In another thread, I did suggest a
>> svn:filename.win32 property (or more generically, svn:filename.ntfs -
>> but presumably it's harder for APR to pass the underlying FS back to
>> svn).
> This has nothing to do with the underlying filesystem. NTFS will happily
> store any kind of file name. The Windows API is interfering here.

We could change APR to use NtCreateFile() instead of what ever it
is using and have done with all the whining about how inferior
windows is :-) :-) :-)

Of course, we might need to move to NtQueryDirectoryFile for
directory enumeration :-) :-) :-)

Both these functions are even documented in MSDN these days...
well, you have to look under ZwQueryDirectoryFile... but it's
the same function.

Between these two insignificant changes, most of the syntactical
problems running on windows should go straight away! (And an
option in the config to use case sensitive file names would shut
up the rest.)

:-) :-) :-)

Thanks,

Joseph

The liberal use of ':-)' in this message indicates that I'm not
seriously proposing this!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 8 19:01:16 2006

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.