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

Re: svn relocate fails due to bad char at end of url_uuid->uuid

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-11-13 19:00:51 CET

On Nov 13, 2007 9:34 AM, John McNelly <john@mcnelly.org> wrote:
> It looks like the issue is not with the Windows command shell "type"
> command, but whether the dumpfile uses LF or CR/LF line endings.
>
> Not being a SVN developer, I have no idea whether this qualifies as a
> bug, and what the ramifications are of changing the code to tolerate
> CR/LF line endings in dumpfiles.
>
> If you choose not to support CR/LFs, perhaps the doc (at
> http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.replication) should note that if dumpfiles created manually should be saved in UNIX
> format.

See the big red warning box at:

http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate

The dumpfile format is a binary format, not a text format. Changing
newlines in it is no better than randomly adding CR characters to a
compiled program file.

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 13 19:01:20 2007

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.