Record / Memo
TortoiseSVNでログメッセージが編集できない。
編集しようとすると次のエラーが出ます。 Reposiory has not been enabled to accept revision propchanges; ask the administrator to cr
編集しようとすると次のエラーが出ます。
Reposiory has not been enabled to accept revision propchanges; ask the administrator to create a pre-revprop-change hook
サーバーでhookの設定が必要とのこと
$ cp -p pre-revprop-change.tmpl pre-revprop-change
$ chmod 700 pre-revprop-change
$ ls -F
pre-revprop-change*