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

Re: svn cat works only with files < 50 KB with svn 1.1.3/win2000

From: Mark Parker <mark_at_msdhub.com>
Date: 2005-03-01 16:59:08 CET

Branko ÄŒibej wrote:
>
> ISTR Windows has a 64k limit on (redirected?) output size in the command
> line. I can't find the relevant reference, though. I thought we had an
> issue open about this, but can't find that, either...
>
> -- Brane

No, I'm REALLY sure it doesn't. See the following:

mark@kilroy D:\Code\Databases\xxx\PostInstall
$ dir "03 InsertICD9Codes.sql"
  Volume in drive D has no label.
  Volume Serial Number is 880F-66D0

  Directory of D:\Code\Databases\xxx\PostInstall

12/09/2004 02:16 PM 1,129,669 03 InsertICD9Codes.sql
                1 File(s) 1,129,669 bytes
                0 Dir(s) 9,213,755,392 bytes free

mark@kilroy D:\Code\Databases\xxx\PostInstall
$ type "03 InsertICD9Codes.sql" > nul

mark@kilroy D:\Code\Databases\xxx\PostInstall
$ type "03 InsertICD9Codes.sql" > output.txt

mark@kilroy D:\Code\Databases\xxx\PostInstall
$ fc "03 InsertICD9Codes.sql" output.txt
Comparing files 03 InsertICD9Codes.sql and OUTPUT.TXT
FC: no differences encountered

mark@kilroy D:\Code\Databases\xxx\PostInstall
$

This is on Windows XP SP2. The "cat" from SFU also has no trouble with
redirecting arbitrarily large output. This must be some oddity in the
way svn is handling things.

Note that this error isn't referring to main memory, or virtual memory,
but probably to the Non Paged Pool, though it seems it can also be seen
when the registry fills up.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 1 17:05:42 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.