On Tue, Apr 1, 2008 at 11:13 PM, <kmradke_at_rockwellcollins.com> wrote:
> "Erik Huelsmann" <ehuels_at_gmail.com> wrote on 04/01/2008 04:05:59 PM:
>
>
> > On Tue, Apr 1, 2008 at 10:46 PM, <kmradke_at_rockwellcollins.com> wrote:
> > > Anyone know why the standard svn 1.4.6 zip file for windows on
> tigris.org
> > > includes the intl3_svn.dll file as a dependency but both the
> CollabNet
> > > and VisualSVN Server installers do not have this dependency?
> >
> > Because this DLL supports internationalization, which is generally not
> > very usefull in server environments (usually only the client side gets
> > localized), meaning that they probably build their server packages
> > without the dependency on this DLL.
> >
> > > I noticed TortoiseSVN 1.4 also includes this DLL.
> >
> > Exactly: It's a client side program.
>
> Hmmm.... The CollabNet one claims to be both server and client,
> and both install the svn.exe command line client application.
>
> As Mark mentioned, it depends if NLS is enabled upon compilation. I'm
> guess we would have problems with non-ascii filenames and log messages?
No, NLS is purely a translation issue. We used to depend on APR for
our encoding translations. On windows we depend directly on the
Windows-provided routines these days, however.
I'm not expecting any problems other than that you won't be able to
turn your Subversion into a Chinese speaking dragon :-)
Bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-01 23:22:56 CEST