Linux.
/tmp]# mkdir 'foo \\ sdf'
/tmp]# ls -l foo*
total 0
/tmp]# echo foo*
foo \ sdf
/tmp]# touch 'foo \ bar'
/tmp]# echo foo*
foo \ bar
/tmp]# ls -l foo*
-rw-r--r-- 1 root root 0 Sep 12 13:57 foo \ bar
At Fri, 12 Sep 2003 08:49:28 -0700,
Jack Repenning wrote:
>
> At 9:37 AM +0200 9/12/03, Faller, Gyula wrote:
> > :)) MacOS 9, VMS (if I remember correctly), and even Unix.
> > Altough this latter means it is impossible to parse correctly a
> >Unix path in any way.
>
> Last time I looked, there was no way to get a "/" into a Unix file
> name, because there are no kernel APIs that accept "file names," only
> "paths," so the "/" always gets interpreted as a delimiter. I've
> heard tales of bugs, generally involving external storage devices,
> but those are bugs, they don't count.
> --
> -==-
> Jack Repenning
> CollabNet, Inc.
> 8000 Marina Boulevard, Suite 600
> Brisbane, California 94005
> o: 650.228.2562
> c: 408.835-8090
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 12 22:58:58 2003