I don't have any error or warning in httpd error_log. We are currently using RHEL5.5, it's hard to understand why we are so late in upgrading software versions but I can't choose, I have to live with it. But now I understand that I should better try to use a global package including all I need instead of trying to assemble piece of software.
Do you know which version of svn should I use with httpd2.2? Pascal -----Original Message----- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Wednesday, March 11, 2015 7:01 PM To: Sandrez Pascal-B09824 Cc: Eric Johnson; users@subversion.apache.org Subject: Re: SVN commit does nothing On Wed, Mar 11, 2015 at 12:32 PM, pascal.sand...@freescale.com <pascal.sand...@freescale.com> wrote: > I'm in a company that use redhat as base distribution. I asked for a web > server to migrate some tools from an old server. I asked for recent versions > of some tools like php, perl or mysql. > For this reason (mostly compile a newer version of php) and to be able to put > all the binaries and configuration on a storage with backup they gave me a > custom web stack compiled with httpd 2.2. Now I have to add svn, that's why I > compiled it from source. > I found that discussion where POST request where not handled by svn. Except I > have to error, it seems I face the same kind of problem: [...] > How can I trace requests and see where are they handle in httpd? Does the httpd error_log show a problem? It could be something simple like needing to increase apache's setting for LimitRequestBody. Or not. > Should I try to build an older version of svn? Personally, I've gotten tired of fighting that kind of battle and would either switch to running svnserve so you don't have to deal with apache at all, or find a way to run a stock apache rpm and either the stock older subversion or a packaged newer one like wandisco's. Is there any chance of getting RHEL7 as your base system? That shouldn't be horribly outdated at this point. You didn't say what version you have, but mixing httpd 2.2 with new custom stuff seems like asking for trouble. -- Les Mikesell lesmikes...@gmail.com