Subversionでコミットログを変更できるようにする
592 ワード
Subversionのコミットログ変更で、下記のエラーとなる場合。
DAVリクエストに失敗しました。リポジトリのpre-revprop-change フックが機能不全であるか存在しない可能性があります
Repository has not been enabled to accept revision propchanges;
下記の手順で、リポジトリルート/hooks配下にpre-revprop-changeを作成する。
# cd pathToSubversionRepositoryRoot/hooks
# cp pre-revprop-change.tmpl pre-revprop-change
# chown apache:apache pre-revprop-change
# chmod 744 pre-revprop-change
上記の変更後、TotoiseSVN等からコミットログに変更が可能となる。
Author And Source
この問題について(Subversionでコミットログを変更できるようにする), 我々は、より多くの情報をここで見つけました https://qiita.com/redpanda/items/45ec3b235f5b0fc684a5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .