On Mar 27, 2008, at 03:08, Victor Engmark wrote:
> On Wed, Mar 26, 2008 at 5:36 PM, Erik Huelsmann wrote:
>
>> On 3/26/08, Ryan Schmidt wrote:
>>
>> > On Mar 26, 2008, at 04:58, Erik Huelsmann wrote:
>> >
>> > > Well, my answer actually didn't apply to Mac and Windows: they
>> both
>> > > define their filesystem interface to be Unicode (in whatever
>> form).
>> > > Though I'm actually surprised to see it work with your Mac
>> (because of
>> > > a bug in APR): which APR version do you have there?
>> >
>> > $ port installed subversion apr apr-util
>> > The following ports are currently installed:
>> > apr @1.2.12_1+universal (active)
>> > apr-util @1.2.12_0+no_bdb+no_sqlite+universal (active)
>> > subversion @1.4.6_0+mod_dav_svn+no_bdb+tools+universal (active)
>>
>> Ah. That's it: the bug I'm referring to got fixed in 1.2.10; I see
>> you're using 1.2.12, meaning that Subversion doesn't need locale
>> settings anymore on MacOSX (LANG=) to correctly interoperate with the
>> filesystem. (It does still require it for printing to your
>> terminal, I
>> think.)
>
> I've got an even newer version, and it still doesn't work:
> $ svn --version
> svn, version 1.4.4 (r25188)
> compiled Sep 28 2007, 10:50:44
Victor, 1.4.4 is the version of Subversion. But the bug was in APR,
of which the latest version is 1.2.12.
If I understand Erik correctly: 1) The bug in APR < 1.2.12 and its
fix in APR 1.2.12 apparently only affected Mac OS X. 2) On Windows,
APR already worked correctly, there was no bug so no fix was needed.
3) There is no solution at this time for Linux and other Unix-like
OSes. Please correct me if I misunderstood.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-27 09:27:28 CET