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

Re: Unable to svnadmin load an edited dumpfile

From: Ingo Schmidt <ich_at_der-ingo.de>
Date: 2007-03-23 18:43:12 CET

Hi!

> sed -e "s/Node-path: projects\//Node path: /" < proj1.dump > proj1-fixed.dump
> sed -e "s/Node-copyfrom-path: projects\//Node path: /" <

As Flavio already pointed out, those 2 sed commands are just very
wrong. He already told you how to fix them and combine them into one.

> <<< Started new transaction, based on original revision 4
> svnadmin: Unrecognized record type in stream

Again Flavio had a good idea. Is this sed on cygwin maybe? In that
case, call sed with an additional "-b" switch. That will cause sed to
NOT convert DOS line endings to unix line endings.

Cheers, Ingo =;->

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 23 18:43:36 2007

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.