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

Re: Can't commit via DAV proxy

From: Bogdan B. Rudas <bogdan.rudas_at_nivalnetwork.com>
Date: Fri, 21 Aug 2009 09:56:35 +0300

Hello!

I use standart mod_svn proxy.

On Fri, 21 Aug 2009 01:57:23 +0900
Kunio Miyamoto <wakatono_at_todo.gr.jp> wrote:

>
> Hi.
>
> What proxy software do you use?
> Some kind of proxy can't relay request issued by Subversion client.
> I found older versions of Squid don't supporting some methods
> including MKACTIVITY.
>
> Thanks.
>
> On Thu, 20 Aug 2009 19:14:10 +0300
> "Bogdan B. Rudas" <bogdan.rudas_at_nivalnetwork.com> wrote:
>
> > 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].
>
> ---
> Kunio Miyamoto
> E-mail: wakatono_at_todo.gr.jp
> WebDAV Resources JP: http://webdav.todo.gr.jp/
> blog (sorry, Japanese only) : http://d.hatena.ne.jp/wakatono/
> Microsoft MVP (Windows - Security , 2005/10 - 2008/1
> Consumer - Security, 2008/2 - 2008/8, Enterprise Security, 2008/9 -
> 2009/9)
>

-- 
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=2385907
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-21 08:57:53 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.