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

Problem when trying to do svnsync slave master

From: <webpost_at_tigris.org>
Date: Wed, 6 May 2009 03:07:50 -0700 (PDT)

Hello everybody

i'm trying to perform a repository replication using svnsync.
To do that and to limit access to the replicated repository, i configured the destination svn server to be a slave adding this directive in the apache conf file :

SVNMasterURI http://master.server.server/svn

And to restrict the write access to this only Master server with these directives:

  Order deny,allow
  Deny from all
  Allow from 10.0.0.1 (@IP of the master server)

I put all these directive in the same <Location>
And i restarted apache.

When i tried to initialize the svnsync with this command

 "svnsync init http://slave/svn-proxy-sync file:///svnroot/svn-master-repos/branche --sync-username=syncuser --source-username=user1 --source-password=user1Password "

i get this error:

svnsync: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
svnsync: At least one property change failed; repository is unchanged
svnsync: Server sent unexpected return value (403 Forbidden) in response to PROPPATCH request for '/svn-proxy-sync/!svn/bln/0'

The apache Log doesn't seem to show anything. I dont have any log after this command.

can someone help me to understand what is wrong whith my configuration?

Thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2079275

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-06 12:09:57 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.