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

Re: svn diff error from XP

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-01-13 19:18:45 CET

On 1/12/06, Paul Forgey <paulf@metainfo.com> wrote:
> I am running the svn command line client verison 1.2.3 on windows XP
> otherwise successfully talking to a linux server over ssh. The
> server version is 1.2.0.
>
> When I try to svn diff some files, things work just fine. But for at
> least one file in particular, I get the following perplexing error:
>
> C:] svn diff ntdll.mak
> Index: ntdll.mak
> ===================================================================
> --- ntdll.mak (revision 18)
> +++ ntdll.mak (working copy)
> @@ -1,2827 +1,2830 @@
> svn: Can't write to stream: Not enough storage is available to
> process this comm
> and.
>
> C:]

I believe this is a problem where you can't write more than a certain
amount of data to the windows terminal at once. I believe there's a
bug about it, but I can't recall the specifics. Try redirecting the
output to a file, and if that works without error, then that's the
problem you're hitting.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 13 19:50:41 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.