You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by James Mansion <ja...@wgold.demon.co.uk> on 2006/04/16 10:32:55 UTC

Problem with svnadmin dump on Win32

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.

The end of the output says:

PROPS-END

Node-path: trunks/msgware/appcore/AppCore.ncb
Node-kind: file
Node-action: add
Prop-content-length: 59
Text-content-length: 306176
Text-content-md5: <stuff, can't be bothered to transcribe>
Content-length: 306235

K 13
svn:mime-type
V 24
application/octet-stream
PROPS-END
svnadmin: Can't write to stream: Not enough storage available to process
this command.

Regards
James




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Problem with svnadmin dump on Win32

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/16/06, James Mansion <ja...@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