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

RE: Re: Can't convert string from native encoding to 'UTF-8': [409, #22]

From: Swager, Hoyte <H.Swager_at_neways.nl>
Date: 2005-10-29 16:59:21 CEST

Thanks for the pointers!
It was indeed related to apr and apr-util version on both apache and
subversion being in sync. Also I had to set LANG=C because with an empty
LANG locale gave back is was running a POSIX locale.

First I compile apache with these settings:

sh ./configure \
  --prefix=/opt/apache/2.0.55 \
  --enable-ssl \
  --enable-dav \
  --enable-deflate \
  --enable-so \
  --enable-maintainer-mode \
;

Then is compile subversion with these settings:

sh ./configure \
  --enable-debug \
  --enable-maintainer-mode \
  --with-editor=vi \
  --with-apxs=/opt/apache/2.0.55/bin/apxs \
  --with-apr=/opt/apache/2.0.55 \
  --with-apr-util=/opt/apache/2.0.55 \
  --with-ssl \
  --with-jdk=/usr/java/jdk1.5.0_05 \
;

-----Original Message-----
From: Dimitri Papadopoulos-Orfanos [mailto:papadopo@shfj.cea.fr]
Sent: vrijdag 28 oktober 2005 10:28
To: users@subversion.tigris.org
Subject: Re: Can't convert string from native encoding to 'UTF-8': [409,
#22]

Hi,

> Server: redhat 7.3, apache 2.0.54, svn 1.4.0.17071
> Client: windows xp sp2, tortoise 1.2.5.4719
>
> Has anyone had this error before
> Change is in a small text file, so no special encoding involved.
> Server is started without any i18n/LANG/LC variables

Haven't seen it myself, but have a look at the archive. For example:
        http://svn.haxx.se/users/archive-2005-10/0680.shtml

Dimitri Papadopoulos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

This e-mail and any attachment is confidential and may be legally privileged or otherwise protected from disclosure. If you are not the intended recipient, please notify the sender immediately by returning this e-mail. Neways Electronics International NV is not responsible for the improper or incomplete transmission of any e-mail, or for any delay in its receipt.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 29 17:03:50 2005

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.