Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Igor Galić
- Original Message - > On 06/21/2011 08:03 AM, Philip Martin wrote: > > apr trunk combines apr and apr-util into a single library and there > > is > > only a single apr-2-config script. Subversion can be configured by > > using this script for both apr and apr-util, but Subversion's > >

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Philip Martin
Philip Martin writes: > "C. Michael Pilato" writes: > >> I seem to recall that it used to be extremely important for Subversion >> to use the same BDB to which APR was linked. mod_dav_svn used APR's >> DB support for its activities database, and couldn't deal with having >> APR's DB being one f

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Philip Martin
"C. Michael Pilato" writes: > I seem to recall that it used to be extremely important for Subversion > to use the same BDB to which APR was linked. mod_dav_svn used APR's > DB support for its activities database, and couldn't deal with having > APR's DB being one flavor of BDB while the Subversi

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Philip Martin
Stefan Sperling writes: > Does this mean it's no longer possible to compile static svn > executables with BDB support if APR trunk is used? The static libapr-2.a appears to contain the apr_dbm_db.o object so it should be OK if we knew that BDB support was provided. -- Philip

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread C. Michael Pilato
On 06/21/2011 09:42 AM, Philip Martin wrote: > "C. Michael Pilato" writes: > >> I'd be interested in knowing why the --db-version parameter was >> dropped. In the absence of a solid reason, I think APR should be >> changed to support as much. > > Probably it's because apr is now modular and BDB

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Stefan Sperling
On Tue, Jun 21, 2011 at 02:42:06PM +0100, Philip Martin wrote: > "C. Michael Pilato" writes: > > > I'd be interested in knowing why the --db-version parameter was > > dropped. In the absence of a solid reason, I think APR should be > > changed to support as much. > > Probably it's because apr i

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Philip Martin
"C. Michael Pilato" writes: > I'd be interested in knowing why the --db-version parameter was > dropped. In the absence of a solid reason, I think APR should be > changed to support as much. Probably it's because apr is now modular and BDB support is one of the things that is loaded dynamically

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread C. Michael Pilato
On 06/21/2011 08:03 AM, Philip Martin wrote: > apr trunk combines apr and apr-util into a single library and there is > only a single apr-2-config script. Subversion can be configured by > using this script for both apr and apr-util, but Subversion's Berkeley > DB detection doesn't work. This is

Re: Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Branko Čibej
On 21.06.2011 14:03, Philip Martin wrote: > apr trunk combines apr and apr-util into a single library and there is > only a single apr-2-config script. Subversion can be configured by > using this script for both apr and apr-util, but Subversion's Berkeley > DB detection doesn't work. This is bec

Subversion's Berkeley DB detection with APR trunk

2011-06-21 Thread Philip Martin
apr trunk combines apr and apr-util into a single library and there is only a single apr-2-config script. Subversion can be configured by using this script for both apr and apr-util, but Subversion's Berkeley DB detection doesn't work. This is because the apr-2-config script doesn't support the -