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
Aaargh... sed corrupts the original line endings (this isn't documented
The solution is to use perl -p -i "s/search/replace/" -.
Regards,
-- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived 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.