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

svnsync proxy problem

From: Vojtech Jakes <vjakes_at_gmail.com>
Date: Tue, 8 Jul 2008 15:31:12 +0200

Hi,

I am using two SVN 1.5 repositories, both running Apache 2.2.9
(Win32). I am trying to use the new write-trough proxy feature, but
without much luck. When I try to commit to slave, I receive "403
Forbidden" error.

Looking into Apache access logs, I can see the reason, but not the
cause. The URL on master is corrupted by the proxy, includes two
slashes:

10.xx.xx.xx - vojtech.jakes [08/Jul/2008:15:08:52 +0200] "MKACTIVITY
/ng//!svn/act/d91a26c2-9656-e147-ad73-c7603829cd9f HTTP/1.1" 201 221

The slave repository location:

<Location /ng>
    DAV svn
    SVNPath D:\slave_repo
    AuthzSVNAccessFile D:\access.txt

    Satisfy Any
    Require valid-user
    AuthType Basic
    AuthName "Backup SVN repository"
    AuthUserFile D:\userfile.txt

    SVNMasterURI http://MASTER_HOST/ng
</Location>

Can anybody spot a problem here?

Thanks in advance

VJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-08 15:31:34 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.