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

Issue #1789

From: Alasdair Grant <Alasdair.Grant_at_arm.com>
Date: 2005-08-09 14:46:01 CEST

Hi,

This is the spurious out-of-store message on svn diff on Windows issue.
The issue says there have been no complaints, but I'd like to complain.
I have encountered this error and see no excuse for it. This is not a
limitation of stdio (on any Windows compiler I've seen), nor is it
behavior generally exhibited by Windows programs.

WriteConsole has a documented limit of 64K; although it's not written
explicitly under WriteFile that this specific restriction will also
apply when WriteFile is used with a console handle, it says enough to
justify adopting a conservative approach.

But why not use stdio?

Regards,

Al Grant

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 9 19:12:34 2005

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.