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

Re: Found malformed header block in dumpfile stream

From: Graham Leggett <minfrin_at_sharp.fm>
Date: 2006-11-17 18:02:59 CET

On Fri, November 17, 2006 5:38 pm, Graham Leggett wrote:

> I then use sed to remove the prefix "hoops/" from the Node-path and
> Node-copyfrom-path.

Aaargh... sed corrupts the original line endings (this isn't documented
anywhere unless you go into the deep technical details of how sed handles
buffers).

The solution is to use perl -p -i "s/search/replace/" -.

Regards,
Graham

--
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 17 18:03:49 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.