I've a primary svn server on linux and i'm making a read-only synced version using VisualSvn Server. I'm following the tutorials on
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.replication
and
http://blogs.geniuscode.net/RyanDHatch/?p=9
but I'm still getting the 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: Error setting property 'sync-lock':
could not remove a property
I've used both the svn admin console to add in appropriate hook on the target server (I'm guessing its the target server that requires this hook, not the source server), both one with some batch logic to check user names, and one that is just "@ECHO OFF" and nothing changes, I still get the error. I've checked the repo hooks folder and VisualSvn server creates .cmd files, so I tried copying the files without extensions which is the *nix convention, still no change.
Any ideas?