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

Re: Problem committing to a write-thru proxy

From: Xesc Arbona <beheer_at_topdesk.com>
Date: Fri, 20 Mar 2009 06:09:39 -0700 (PDT)

nlif wrote:
>
> Thanks!
>
> I tried it, and it's not working, but since I'm not very familiar with
> Apache, maybe I didn't do it properly.
>
> In my httpd I un-commented these lines:
>
> LoadModule proxy_module modules/mod_proxy.so
> LoadModule proxy_http_module modules/mod_proxy_http.so
> LoadModule rewrite_module modules/mod_rewrite.so
>
> I then added the rewrite directives inside the <Location /svn> element. Is
> this the correct place?
>

Yes, that's right.

nlif wrote:
>
> I am getting this error, when I try to commit a change from my local
> working copy to the SVN proxy:
>
> Error: Commit failed (details follow):
> Error: Server sent unexpected return value (403 Forbidden) in response to
> CHECKOUT
> Error: request for '/svn/la/!svn/ver/11046/Projects/Core/trunk/build.xml'
>

Here you are faced with a different problem. You should check if the slave
is allowed to commit on the master. Which kind of authentication are you
using? I suggest to always allow requests from the slave IP address.

Regards,

--
Xesc
-- 
View this message in context: http://www.nabble.com/Problem-committing-to-a-write-thru-proxy-tp20524286p22619970.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1364394
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-20 17:20:08 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.