Re: svn relocate fails due to bad char at end of url_uuid->uuid
From: John McNelly <john_at_mcnelly.org>
Date: 2007-11-13 18:34:32 CET
Quoting David Glasser <glasser@davidglasser.net>:
> I'm suspecting maybe this is a bug in svnadmin
Thank you thank you thank you.
The error happens when the "load --force-uuid" dumpfile has CR/LF line
All machines involved are Windows, and all are up to date with SPs/etc:
Here's how to turn the error on and off:
To Get The Error
SVN-fs-dump-format-version: 2
UUID: nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn
Save the file in PC/ANSI format (The "PC" part means CR/LF line
type UUID.txt | svnadmin load --force-uuid {mirrorPath}
Go to another machine, try to relocate from the master to the mirror,
To Not Get The Error
Resave the same UUID.txt file as UNIX/ANSI format (LF line endings),
The relocate command will now work successfully.
Summary
Not being a SVN developer, I have no idea whether this qualifies as a
If you choose not to support CR/LFs, perhaps the doc (at
Sorry if this should have been sent to users, it seemed like a
/ John (mcnelly.org)
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.