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

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 31 May 2011 01:41:54 +0300

Stefan Sperling wrote on Tue, May 31, 2011 at 00:08:46 +0200:
> On Mon, May 30, 2011 at 11:47:30PM +0200, Torsten Krah wrote:
> > If <1.6 did not enforce this and 1.6 does - why does 1.6 not recode it
> > at the time it does encounter such "things" - at least via some optional
> > command line option?
>
> I think that is something we should add, yes.

How would you handle a repository that contains the following
nodes/fspaths:

/foo/bår (in UTF-8)
/foo/bår (in latin1)

?

How would you handle a repository that contains:
/foo/barÉ (in latin1)
/foo/barŠ (in latin2)

?

> We should also make svnadmin verify complain if paths are not in UTF-8.

+1.

The validation that 'load' and 'commit' trigger is path_valid() in
fs_loader.c.
Received on 2011-05-31 00:42:36 CEST

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.