[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-02 19:59:38 CET

Ph. Marek wrote:

> Sorry, I don't know about SP2, but the problem is *not* the "cat" or "type"
> command, but if you do a WriteFile() to a pipe with more than 64k data it
> won't work.
> See here:
> http://msdn.microsoft.com/library/en-us/fileio/base/writefile.asp
> "Named pipe write operations across a network are limited to 65,535 bytes."
> But IIRC the problem is not only over the network and can happen to _any_
> pipe.
>
>
> Regards,
>
> Phil
>
> .
>

So, it seems that you can write as much as you want total, as long as
you never write more than 64k in any given call to WriteFile(), does
that sound right?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 2 20:08:30 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.