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

Re: SVN commit does nothing

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 11 Mar 2015 13:00:47 -0500

On Wed, Mar 11, 2015 at 12:32 PM, pascal.sandrez_at_freescale.com
<pascal.sandrez_at_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
     lesmikesell_at_gmail.com
Received on 2015-03-11 19:01:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.