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

Re: svn commit: r9105 - branches/1.0.x

From: makl <makl_at_tigris.org>
Date: 2004-03-24 07:48:42 CET

D.J. Heap wrote:

> Windows will accept file paths in either style, but not
> urls (which is correct).

Not all platforms (Win 9X) and not all commands.

$ mkdir aaa/bbb
Syntax error.

$ time /T >aaa/bbb

$ type aaa/bbb
Syntax error.

$ type aaa\bbb
  7:17

Thus it depends on what I would like to do with the path information. If
I want to construct commands the current behaviour is good. If I want to
construct URL's, the new behaviour is better.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 24 07:46:48 2004

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.