I have set up svnsync exactly according to the manual but keep getting the following error
[root] svnsync init http://domain.com/svn http://domain.com/svn --sync-username syncuser --sync-password syncpass
Authentication realm: <http://domain.com:80> Subversion Repository
Username: username
Password for 'username:
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: Error setting property 'sync-lock':
could not remove a property
Here is my pre-revprop-change script which is chmod'd to 755 with the exec bit and called "pre-revprop-change"
Main Topics
Browse All Topics





by: sunnycoderPosted on 2009-01-05 at 04:20:54ID: 23294690
svnsync is the way to go for creating mirrors.
e.com/Soft ware/Devel opment/ Man agement_De bug/Versio n_Control_ CVS/Subver sion/ Q_234 47704.html
From your description it seems that you dont need a mirror but an up to date copy ... in such case, you can check out your repository on the second machine and then use post commit hooks to do an svn update on the second machine every checkin. Something like
http://www.experts-exchang