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

RE: Problem after upgrading 1.2.1 -> 1.3.1

From: David Eagen <david_at_eagen.com>
Date: 2006-05-22 14:20:50 CEST

I've already got it set (Fedora):

$ env | grep LANG
LANG=en_US.UTF-8

It works this way with 1.2.1. It's the upgrade to 1.3.1 that breaks
repository access. I've tried LANG=C just for fun but that didn't help.

I tried creating a new repository and importing to it using the 1.3.1
install:

# svn import file:///usr/local/svnrepository -m "test"
svn: Valid UTF-8 data
(hex:)

So it seems my 1.3.1 build is just broken. I've decided to stick with FSFS
so I'll rebuild 1.3.1 without BDB support and see if that helps.

-Dave

-----Original Message-----
From: Bob Proulx [mailto:bob@proulx.com]
Sent: Sunday, May 21, 2006 10:00 PM
To: users@subversion.tigris.org
Cc: David Eagen
Subject: Re: Problem after upgrading 1.2.1 -> 1.3.1

Ryan Schmidt wrote:
> I believe you just need to set your locale properly, like:
>
> export LANG=en_US.utf8

I believe you meant en_US.UTF-8 there.

  export LANG=en_US.UTF-8

> Check the directory listing of /usr/share/locale for possible values
> that can be used here.

On my system that shows things like "cups_en_US" which I have not
heard of and does not show "en_US.UTF-8" which is my normal locale
setting these days. So I am not sure that is the best source of the
data.

On my system (Debian) /usr/share/i18n/SUPPORTED lists the locales
which may be installed on the system. Not all of those are installed
however. Only the subset that I selected when configuring the locales
on my system. But a UTF-8 locale is almost always configured by
modern systems.

Bob

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 22 14:22:36 2006

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.