probléme replication

Discussion in 'Apache' started by moumou785, Apr 24, 2010.

  1. #1
    I have two servers svn. the httpd.conf file configured as follows:
    Master
    <Location /test>
    DAV svn
    SVNPath / var / svn / test
    AuthName "SVN Repos"
    AuthType Basic
    AuthBasicProvider file
    AuthUserFile / etc/apache2/dav_svn.passwd
    Require valid-user
    </ Location>

    Slavic
    <Location /var/svn>
    DAV svn
    SVNPath / var / svn / test
    SVNMasterURI http://192.168.10.1/svn/test
    AuthName "SVN Repos"
    AuthType Basic
    AuthBasicProvider file
    AuthUserFile / etc/apache2/dav_svn.passwd
    Require valid-user
    </ Location>
    <Location /svn-proxy-sync>
    DAV svn
    SVNPath / var / svn / test
    Order deny, allow
    Deny from all
    Allow from 192.168.10.1
    </ Location>

    sfichiers authz the two servers are:
    [/]
    * = R
    walid = rw
    svnsync = rw
    [/ Var / svn]
    * = R
    walid = rw
    ali = rw
    svnsync = rw
    [/ Var / svn / test]
    * = R
    walid = rw
    ali = rw
    svnsync = rw

    replication master to the slave works fine, but the problem that the replication slave to my master does not work
    and there is an error message that appears:

    Failure of propagation (commit), details *:
    svn: server sent unexpected value (403 Forbidden) in response to CHECKOUT request for '/ svn / test /! svn/ver/63/trunk/b'

    I do not see or the problem?
     
    moumou785, Apr 24, 2010 IP