3

何らかの理由で、RapidSVNのブックマークに到達するたびに、アプリがクラッシュします。エラーも表示されません。ただ自分自身を閉じます。

Synapticパッケージマネージャーを使用してアプリを完全に削除してから再インストールしようとしましたが、まだ問題のあるブックマークがあります。

私の質問は、RapidSVNのアプリ設定をクリアするにはどうすればよいですか?

4

1 に答える 1

2

The settings of RapidSVN is apparently stored in the home directory. To purge the config file of the app is as easy as running this command:

rm -rf .RapidSVN

This command will reset all of the configurations that you have made for RapidSVN. I would suggest you make a backup of the configurations before you purge it though.

于 2012-09-20T07:13:05.047 に答える