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

Re: svn co win32 and linux filesystem compatibility question

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2006-01-05 17:54:54 CET

On 4-Jan-06, at 10:16 PM, v4r4n wrote:

>
> Other than these characters \ / * ? | " < > : does windows xp have
> other possible issues with *nix compatible file names?

Yes, Windows is completely brain-dead with regards to the filesystem.
Other files that will cause problems are
COM1
COM1.*
COM2
COM2.*
...
LPT1
LPT1.*
PRN
PRN.*

It does not matter if you specify a full path, e.g. C:\my_app
\communication_settings\COM1.xml, is not allowed.

This stupidity comes from the ancient DOS roots of Windows and the
fact that they allowed names like COM1 instead of requiring a colon,
like for driver letters (don't get me started on that crap). Ie. if
"COM1:" were used instead of "COM1" there wouldn't be this mess.. but
that's not the case.

Scott.
(sometimes I miss tmy C= Amiga)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 18:42:10 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.