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

Re: Problem with svnadmin dump on Win32

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-17 19:14:04 CEST

On 4/16/06, James Mansion <james@wgold.demon.co.uk> wrote:
> Hi,
>
> I'm using the 1.3.1 binaries (same problem with the 1.3.0 binaries from the
> setup program) on XP SP2, using direct access to a local repository with the
> file: protocol.
>
> I find that if I try to dump the repository, then the dump fails after doing
> a rather small amount of the repository, if I just let it write to the
> command window.
>
> If I redirect the output to a file (or to another program, such as more), it
> seems to go OK, so I guess its something to do with output to a stream
> attached to a console window rather than a buffered stream.

That is a known problem with the win32 console, there's a subversion
bug about it, but I can't recall the number. Basically if you write
more than a certain amount to the console at once it will return an
error. As you've already found, redirecting to a file will avoid the
problem.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 17 19:15:36 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.