[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: <pascal.sandrez_at_freescale.com>
Date: Thu, 12 Mar 2015 09:55:26 +0000

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:lesmikesell_at_gmail.com]
Sent: Wednesday, March 11, 2015 7:01 PM
To: Sandrez Pascal-B09824
Cc: Eric Johnson; users_at_subversion.apache.org
Subject: Re: SVN commit does nothing

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-12 10:56:54 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.