パスワードを平文で保存しないように、Subversion の設定を更新しようとしています。「store-plaintext-passwords = no」という行を追加して、これを防ぐために ~/.subversion/servers ファイルの構成を更新する必要があることを理解しています。
これを実行しましたが、私の Subversion クライアントは引き続き標準の警告を表示します:
———————————————————————————————————-
ATTENTION! Your password for authentication realm:
RainStorm Subversion Repository
can only be stored to disk unencrypted! You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible. See the documentation for details.
You can avoid future appearances of this warning by setting the value
of the ‘store-plaintext-passwords’ option to either ‘yes’ or ‘no’ in
’/home/.subversion/servers’.
———————————————————————————————————-
ターミナルからログアウトして再度ログインしようとしましたが、違いはないようです。SVN では、再起動する必要があるのは単なる CLI ツールであり、デーモンではないと思いますが、肯定的ではありません。
何が起こっているのでしょうか?