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

Re: Strange issue with 1.5.0-beta1

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Tue, 18 Mar 2008 13:22:29 +0530

Hi All,

I found the cause of the issue to do with apr version incompatiblity.

My Apache 2.0 is built with 'apr-0.9.x'.

Subversion-1.5.0-beta1 is shipping apr-1.x in its deps tar ball and
hence 'mod_dav_svn' and 'mod_authz_svn' are built with apr-1.x which is
not compatible with apache 2.0(which uses apr 0.9.x). This
in-compatiblity is causing segfaults.
<snip from INSTALL>
       | Subversion 1.0 originally shipped with APR 0.9. Even |
        | though APR 1.X has been available for many years, we |
        | continue to ship APR 0.9 so as not to accidentally break |
        | binary compatibility in Subversion upgrades. |
</snip>

Either we need to update the INSTALL file or downgrade the apr in the
deps file.

Thanks
With regards
Kamesh Jayachandran

Kamesh Jayachandran wrote:
> Hi All,
>
> I use
> http://orac.ece.utexas.edu/pub/svn/1.5.0-beta1/pflugerville-peanut/to-tigris/subversion-deps-1.5.0-beta1.tar.bz2
>
> and
> http://orac.ece.utexas.edu/pub/svn/1.5.0-beta1/pflugerville-peanut/subversion-1.5.0-beta1.tar.bz2
>
>
> make davautocheck fails.
>
> When trying to get closer, I get errors like the following while 'svn
> import'.
> ../subversion/libsvn_ra_neon/util.c:711: (apr_err=2)
> svn: Can't open file
> '/repositories/test1.5/db/transactions/0-0.txn/props': No such file or
> directory
>
> But commit seems to be successful.
>
> Still figuring out the cause.
>
> Any clues appreciated.
>
> With regards
> Kamesh Jayachandran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-18 08:53:06 CET

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.