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

Re: svn diff --summarize

From: Joseph Galbraith <galb_at_vandyke.com>
Date: 2006-02-03 22:22:09 CET

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

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.