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

Re: svnadmin LC_CTYPE complains and hotcopy failure

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Mon, 23 Jun 2008 15:01:58 +0200

On 2008-06-23 07:49:22 +0000, Jean-Christophe MICHEL wrote:
> Unfortunately, it seems to say that with a Linux server and MacosX
> clients I'll have many problems. Till now it was working well,
> except my backup scheme using hotcopy that fails on some revs.
> Should I change the locale settings to tell svnadmin to use the same
> encoding as the MacosX (that created the files) before using hotcopy ?
> And what locale should be used for this ?
> Here on macosx, LANG="fr_FR.UTF-8".

I don't understand the question. You should run svnadmin on the server,
and the clients don't create files in the repository (unless you use
the 'file' scheme).

If you get an error like 'impossible to set LC_CTYPE', this probably
means that you locale settings are incorrect. Try with LC_ALL=C (or
LC_ALL=POSIX). The "...: Success" error is probably a bug. You can
try "svnadmin verify" first, in case something has gone wrong in your
repository.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-23 15:02:17 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.