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

Can't commit via DAV proxy

From: Bogdan B. Rudas <bogdan.rudas_at_nivalnetwork.com>
Date: Thu, 20 Aug 2009 19:14:10 +0300

Hello!

I setup DAV proxy for SVN, made a replica and checkout working copy.
Checkout works well, but commit (I add new file) fails:
svn commit output:

svn: Commit failed (details follow):
svn: MKACTIVITY of
'/svn-proxy/!svn/act/46daf4f5-bd47-4b4d-af22-f5b67938a64c': Could not
read status line: connection was closed by server
(http://svnclone.....com)

Apache logs:
192.168.17.250 - - [20/Aug/2009:18:57:27 +0300]
"OPTIONS /svn-proxy/trunk/Data/Test HTTP/1.1" 200 147 "-" "SVN/1.6.3
(r38063) neon/0.28.5"
192.168.17.250 - - [20/Aug/2009:18:57:27 +0300]
"PROPFIND /svn-proxy/trunk/Data/Test HTTP/1.1" 207 361 "-" "SVN/1.6.3
(r38063) neon/0.28.5"

Apache config:

<VirtualHost *:80>
  ServerName svnclone....com
  ServerSignature Off

  ErrorLog /var/log/apache2/svnclone-error.log
  CustomLog /var/log/apache2/svnclone-access.log combined
  DocumentRoot /var/svn

  <Location /svn-proxy/>
    DAV svn
     SVNPath /var/svn/pw-proxy/
     SVNMasterURI https://svn.....com/pw/trunk/
  </Location>

SVN master server use self-signed certs for https.

SVN client version: 1.5.1dfsg1-2
SVN version on proxy: 1.6.1dfsg-1
Apache version on proxy: 2.2.9-10+lenny4
SVN version on master: 1.5.1dfsg1-2
Apache version on master: 2.2.9-10+lenny4

A got no errors master's http log.

-- 
Bogdan Rudas
System Administrator
Nival Network
bogdan.rudas_at_nivalnetwork.com
23, Matusevicha st., office 103, 
Minsk, Belarus,
Tel: +375 17 2538272
http://www.nivalnetwork.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2385677
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-20 18:15:30 CEST

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.