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

SVN ro proxy failures with Copy or Move functionality

From: Tsunam <tsunam_at_gmail.com>
Date: Mon, 2 Apr 2012 13:19:13 -0700

Hi all,

At a bit of a loss and can't entirely figure out the cause of the issue.
From the mirror users can create new files to be added, but the delete/copy
aspects fail when run through the proxy. If the users relocate to the
master and run the same command it works without issue.

So there's something amiss in the proxy configuration that is causing an
issue with how its passing activities over to the master.

Master is a Windows 2008 server running collabnet's subversion edge
1.6.17.2125.68.
Slave/proxy is a RHEL5 server running 1.6.11-7 on top of apache.

relevant section of the mirror:

<Location /svn/cm-sun>
 DAV svn
        SVNPath /var/satellite/repos/cm-sun
        SVNMasterURI http:/masterurl/svn/cm
        AuthName "Code Mirror Repository"
        AuthType Basic
        AuthzLDAPAuthoritative on
        AuthBasicProvider ldap
        AuthLDAPBindDN Domain\User
        AuthLDAPBindPassword password
        AuthLDAPUrl "ldap://dc1:3268
dc02:3268/DC=domain,DC=com?sAMAccountName?sub?(objectClass=user)" "NONE"
        require valid-user
        SVNPathAuthz on
        AuthUserFile "/git/admin-sun/Apache/conf/cm_authz.lst"
        AuthzSVNAccessFile "/git/admin-sun/Apache/conf/cm_authz.lst"
</Location>

Any help/suggestions would be appreciated.
Received on 2012-04-02 22:23: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.