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

Re: svnadmin load reports: svn: Found malformed header block in dumpfile stream

From: Larry Hardiman <v.014_at_birdsong.org>
Date: 2005-05-03 02:22:12 CEST

Mark Parker wrote:

> Larry Hardiman wrote:
>
>> Larry Hardiman wrote:
>>
>>> abstract: svnadmin load reports: svn: Found malformed header block
>>> in dumpfile stream
>>
>
>
> I couldn't reproduce it with
>
> svn, version 1.1.4 (r13838)
> compiled Apr 3 2005, 22:02:31
>
> on Windows XP (cmd.exe).
>
> I'd suggest trying the native cmd.exe for a start.

Thanks for the tip. ... but, it should not make a difference.

... Oh My! ... it worked with cmd.exe. ... What's up?

A careful examination of the Take Command documentation shows an options
setting for programs that use multiple methods for getting output to
stdio may cause "lost data". The docs didn't make it clear what
"methods of getting output to stdio" meant. I would imagine it's the
difference between buffered (printf()) and unbuffered (write()) methods.

Changing the "Caveman" options for subversion/bin directory to "stdio
off" fixed the problem. dumps and loads work just fine now

... Just for the record in case anyone else asks or if the SubVersion
documentation maintainers want to say something about TakeCommand.

Does anyone but me use TakeCommand as a command processor?

Regards,
  Larry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 3 02:23:58 2005

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.