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

Re: svn cat error: Can't write to stream

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-21 02:10:09 CEST

On Sun, 2004-06-20 at 18:14, Branko Čibej wrote:
> Dan Kearns wrote:
>
> >>D:\Temp>svn cat -r 397 REPOURI/logfile.xml <?xml
> >>version="1.0" encoding="iso-8859-1" standalone="no"?>
> >><!-- $Id: logfile.xml 379 2004-05-13 14:11:52Z m $svn: Can't
> >>write to stream:
> >>Für diesen Befehl ist nicht genügend Speicher verfügbar.
> >>
> >>
> >
> >I've run into this as well (on windows only). "svn cat <whatever> | more" is one workaround, and file redirects will also work, "svn cat <whatever> > file.txt". It is just some issue with cmd.exe's buffer and/or the way svn writes to stdout.
> >
> >
> It's a bug in APR, and it is Windows-specific. We've not managed to fix
> it yet, unfortunately.

Yes, it's issue 1789:

http://subversion.tigris.org/issues/show_bug.cgi?id=1789

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 21 02:12:26 2004

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.