"Jan Bares" wrote
> But I think you don't understand me well. Sure svn should preserve
case of
> files it stores, but certain operations should be done on windows
without
> the case sensitivity. Just a small sample. When you/svn matches file,
it
> matches it case sensitive, but imagine what happens when you call
> DeleteFile(). Do you really code it like this:
usedFirstFile/FindNextFile
> API to get the file name with the case stored in filesystem and only
if case
> matches call DeleteFile()? Then I feel that some parts of svn are case
> sensitive and some are not.
Anything you do to a versioned file goes through subversion, not
directly through the Windows API. Subversion handles those transactions,
not TSVN. Subversion is case-sensitive, and there is nothing TSVN can do
to change that.
The only place you can argue about the case-sensitivity would be on the
subversion list.
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 13 19:00:28 2004