Hi,
On Wednesday 18 August 2004 23:29, Stephane Magnenat wrote:
> Hello,
>
> Thanks for helping,
>
> > The error message it starts with the hex bytes 89 45 f8 83
> >
> > $ touch wc/`printf "\x89\x45\xf8\x83zzz"`
> > $ LANG=en_GB.UTF-8 svn st wc
> > ../svn/subversion/libsvn_subr/utf.c:268: (apr_err=22)
> > svn: Valid UTF-8 data
> > (hex:)
> > followed by invalid UTF-8 sequence
> > (hex: 89 45 f8 83)
> >
> > Try using a 8859-1 locale.
> >
> > $ LANG=en_GB svn st wc
> > ? wc/ ø zzz
>
> Ok, I'll try this tomorow, but the fact is that there is no 89 char in the
> whole subtree concerned in which svn operates. You can try to search for
> 0x89 in the dirlist that was attached in my previous mail but you'll find
> none.
>
> So my supposition is that svn has a bug when locales are set to utf-8 and
> detects buggy utf-8 files even if there is none.
>
> Is it possible to print which file or directory causes the error. I tried
> -v but it doesn't seems to help much ?
>
> Thanks,
>
> Stephane
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
I guess this is also due to conflicting packages on debian unstable (libapr0
incorporated ABI chnages and didn't change soname, grumble mumble) . Simply
upgrade subversion to 1.0.6-1.1, and you should be fine (see recent thread on
this list, updated svn available since today).
HTH,
Jörg
--
Leading SW developer - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW: http://www.sea-gmbh.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 19 11:42:25 2004