web-dev-qa-db-ja.com

Eclipse Subversionパスワードのクリア

Eclipse/Aptanaは、SVNリポジトリへのアクセスに使用するパスワードを記憶しているようです。保存されたパスワードをクリアする方法はありますか?

27
Luke

共有したいだけです。Windows7マシンでは、パスワードは次の場所に保存されます。

C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple
51
Salvin Francis

パースペクティブをSVN Repository Exploringに変更します。 SVN Repositoriesビュー内で、「Location properties ...」を右クリックします。ダイアログが開き、最初のタブでユーザー名とパスワードを変更できます。

13
Nikola Stjelja

そのためにsvn.simpleフォルダーからファイルを削除します

C:\ Users [ユーザー名]\AppData\Roaming\Subversion\auth\svn.simpleに移動します

AppDataフォルダーが表示されていない場合は{username}をクリックした後、[ツール]-> [フォルダーオプション]-> [表示]-> [非表示フォルダーの表示]ボタンをクリックします。

3
nagesh

Ubuntu上のEclipse 4.Xでは、ファイル[Eclipseインストールフォルダー] /configuration/org.Eclipse.core.runtime/.keyringを削除する必要があります

3
SCI

以下のファイルを削除します

<Your Eclipse installation path>\Eclipse\configuration\org.Eclipse.core.runtime\.keyring

C:\Documents and Settings\<your user name>\Application Data\Subversion\auth\svn.simple

eclipseを再起動します

1