Branko Čibej wrote:
> Molle Bestefich wrote:
>> Branko Čibej wrote:
>>
>>> I mean that appending a hard-coded slash to a path is broken, period. We
>>> have platform-specific defined constants for the path separator.
>>>
>>
>> Doesn't all newer Windows versions support the use of forward-slash in
>> place of backslash?
>>
> No, "Windows" does not. Many Windows applications do (including
> Subversion).
Actually, I think the answer is the other-way around. The
CreateFile() WIN32 API supports slashes. Applications that
parse filenames in any way probably don't.
(And in fact, cmd, will interpret a / as an option... which
is why cd /x/y/z doen't work. Apparently, explorer also,
I speculate this is the reason for the switch to large icons.
> But that's irrelevant to the discussion. Subversion behaves like a
> native app Windows, it uses backslashes in all its output, so "svn ls"
> shouldn't be an exception.
And I don't think anything I said change the conclusion you
drew though.
Thanks,
Joseph
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 3 22:21:25 2006