移行作業の一環として、Windows に Subversion Edge サーバーをセットアップしました。現在、svnsync に苦労しています。
コマンドを実行しようとすると(メインサーバー上で):
svnsync initialize https://main.subversion.server/svn/main.svn https://mirror.subversion.server/svn/main.svn --disable-locking --username=svnsync --password=SubversionEdge
次の2つのエラーが表示されます。
svnsync: E175002: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
と
svnsync: E175002: Repository has not been enabled to accept revision propchanges; ask the administrator to create a pre-revprop-change hook
いくつかの異なる pre-revprop-change フックを試しましたが、成功しませんでした"exit /b 1"
。それが権利の問題であるかどうかも試しました(サービスの実行に使用するユーザーを変更し、アカウントが必要なすべてのファイルにアクセスできることを確認しました)これを修正(または回避)する方法を知っている人はいますか?