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

Re: P42SVN dump files won't load, "svn: Found malformed header block in dumpfile stream"

From: Damien McKenna <dmckenna_at_thelimucompany.com>
Date: 2004-10-20 21:23:01 CEST

 From Ray Miller:
----------------------------------------------------

I see what the problem is: the Perl on cygwin is outputting
carriage-return/line-feed line endings, and svnadmin is expecting just
a line-feed. You could fix up the dumpfile with something like:

perl -p -i -e 's/\r$//' mysite.svn

-------------------------------------------------------

I tried it and it worked! Awesome job, Ray!

-- 
*Damien McKenna* - Web Developer - dmckenna@thelimucompany.com 
<mailto:dmckenna@thelimucompany.com>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 20 21:24:10 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.