Re: Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

2012-04-04 Thread Joel Eidsath
I fixed the startup issue by removing some of the static libraries and building them as modules. There are probably more complicated linker issues with static vs. dynamic modules than I am aware of. Joel Eidsath On Wed, Apr 4, 2012 at 7:14 AM, Philip Martin wrote: > Stefan Sperling wri

Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

2012-04-03 Thread Joel Eidsath
I would love some help on this one. I have included my ldd info, as well as my configure lines for apr, apr-util, httpd, and subversion. Let me know if you have a guess about what is going wrong. Also, please include me on replies as I am not a member of the list. Joel Eidsath jeids...@gmail.com

Re: AuthzSVNAccessFile size issues

2012-03-22 Thread Joel Eidsath
That option definitely looks interesting. From my reading, we could use it to get apache to ignore all access restrictions except for the SVN access file that I specify. Unfortunately my current performance woes mostly come from the issues involved with processing the SVN access file itself. Joel

Re: AuthzSVNAccessFile size issues

2012-03-22 Thread Joel Eidsath
/INSTALL For a longer term solution, I am looking at contributing some code to mod_authz_svn to 1. allow rule caching, or 2. provide some sort of db support. Joel Eidsath On Thu, Mar 22, 2012 at 1:11 PM, Andy Levy wrote: > On Thu, Mar 22, 2012 at 15:24, Bob Archer wrote: >>> Joel E