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

Re: tarball compile on HP-UX 11 can't find db4 but is installed

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-26 19:55:03 CEST

Ben Collins-Sussman wrote:

>Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
>
>
>>Not having every used HPUX, I don't know for sure, but Brane said something
>>about HPUX not working with svn because of something to do with BerkeleyDB
>>being opened more than once. If you check the list arechive for the
>>svn-breakage mailing list, you should see a bunch of failed tests for both
>>hppa2.0w-hp-hpux11.11 and hppa1.1-hp-hpux10.20.
>>
>>
>
>Yes, you can't access repositories via ra_local (file:///) on HPUX,
>because the operating system won't allow you to open the same DB
>environment more than once in a process, i.e. you can't open more than
>one RA 'session' object to the same repository. It's because mmap()
>is anemic on HPUX, and that's what BDB uses to open an environment.
>
>
Actually, it _will_ work somewhat. Look at the HP-UX test results on
svn-breakage. A subset works, but anything involving a second call to
svn_ra_local__split_url won't work. There's an issue about that, and
Greg moved it to post-1.0 yesterday.

The DAV client should work just fine, though.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 19:56:00 2002

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.