1.6 checks that paths are in UTF-8 at the time they enter the
repository.  This was always required but not always enforced.

Solution is to recode the pathnames (those that are neither in ASCII nor
in UTF-8).  If none of the third-party dump manipulation tools can do
that, then you could patch svnsync or one of those tools to do the
recoding.  (just inject a filename-recoding editor at the right place)

Torsten Krah wrote on Mon, May 30, 2011 at 22:51:39 +0200:
> Some more infos about those problem:
> 
> svnadmin verify tells me the revision in question is ok in the source
> repo.
> Using vim to view the revision dump show those 2 utf-8 chars at the end

It doesn't show "two UTF-8 characters", since the filename contains two
bytes which do not form a valid UTF-8 sequence.

> of the path which i guess are making trouble:
> 
> Projektprofile/EMS(Newsletter, Infomails, À¦).doc
> 
> Maybe someone got some nice ideas ;)
> 


Reply via email to