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

[PATCH] use SVN_LOCALE_PATH environment variable

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-03-26 04:57:32 CEST

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.

Thanks,

--
kou


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

Received on Mon Mar 26 04:57:46 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.