[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: Dan Kearns <Dan.Kearns_at_Siebel.com>
Date: 2004-06-20 23:55:18 CEST

> 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.

-d

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 20 23:56:37 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.