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

Re: [PATCH] use SVN_LOCALE_PATH environment variable

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-08-20 21:44:00 CEST

Kouhei Sutou wrote:
> Hi,
>
> To support message localization on Windows, nls.c uses relative path from
> .exe file. This works well with svn.exe, svnserve.exe and so on but not
> with
> bindings.
>
> I want the Ruby bindings user on Windows to copy only ext/ and lib/
> directories into a directory which is included in LOAD_PATH to install the
> Ruby bindings. (ext/ includes *.dll and lib/ includes *.rb.) Now, the Ruby
> bindings user needs to copy locale/ directory into parent directory of
> ruby.exe. But some user may not have authority to do that.
>
> If message directory can be specified by an environment variable, this
> problem
> can be solved by bindings modify the environment variable. I'll attach a
> patch
> to show my idea.

This has been filed as issue #2879.

-Hyrum

Received on Mon Aug 20 21:42:11 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.