You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Vojtech Jakes <vj...@gmail.com> on 2008/07/08 13:31:12 UTC

svnsync proxy problem

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org