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

Svn hangs up

From: Hervé Heudebert <h.heudebert_at_nexotelematics.com>
Date: 2007-02-15 15:48:42 CET

Hello,
 
I have a problem using SVN client on Linux Redhat 7.2.
When I execute a command which read information from the server (ex. Svn list, svn cat, svn co,.), there is no problem.
When I execute a command which write data to the server (svn commit, svn import, svn mkdir .). Ex. svn mkdir http://svn.nexotelematics.com/test/test The command hangs up.
 
The client is accessing the server by apache module.
 
A client in another machine works well.
Concerning apache logs : During svn list, logs are written. During svn mkdir no log are written.
If a put a bad http address in svn mkdir command, I don't have error message, the command hangs up too.
 
In Server side :
            *Apache version is 2.0.54-5sarge1
            *Apache module for SVN is libapache2svn version 1.1.4-2
* We are using FSFS repository.
 
*The apache directive is
 
<Location /test>
    DAV svn
    SVNPath /opt/subversion/repositories/test
  </Location>
            There are no active hooks
 
In client side :
            * OS : Redhat 7.2
*uname -a output : Linux AMBER 2.4.9-31 #1 Tue Feb 26 07:11:02 EST 2002 i686 unknown
            * svn, version 1.4.3 (r23084)
   compiled Feb 14 2007, 14:23:43
 
Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
 
The following repository access (RA) modules are available:
 
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
            
             
 
The others clients have been installed in redhat enterprise and Windows Xp OS. They wrok well.
 
Does anybody have a idea for a way to resolve my problem ?
 
Regards.
 
Heudebert Hervé
 
Received on Thu Feb 15 15:48:19 2007

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.