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

RE: svn commit: rev 7963 - trunk/subversion/libsvn_wc

From: Rusk, Patrick <PRusk_at_wellington.com>
Date: 2003-12-09 20:54:08 CET

Brane,

> I can confirm that reading from NUL on Windows produces
> instant EOF, which is what we want here, yes?

        This may be irrelevant to your thread, but...

        I store a lot of development tools in my C:\Dev directory. Every
once in a while, generally after an installation (like JBuilder), I get a
file called "null" in that directory with logging information about some
activity (like the install). Clearly, someone made an assumption there that
piping output to /dev/null would cause it to be ignored on Windows, as on
Unix. However, if a /dev directory exists, it creates and writes to a file
called null there.

        So... if by any chance your statement about "reading from NUL on
Windows" means "reading from /dev/null when on Windows", beware that it
might not result in an instant EOF if C:\Dev\null exists.

        Like I said, probably irrelevant, but I thought I'd mention it.

Patrick Rusk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 9 20:55:01 2003

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.