Eclipse/Aptanaは、SVNリポジトリへのアクセスに使用するパスワードを記憶しているようです。保存されたパスワードをクリアする方法はありますか?
共有したいだけです。Windows7マシンでは、パスワードは次の場所に保存されます。
C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple
パースペクティブをSVN Repository Exploringに変更します。 SVN Repositoriesビュー内で、「Location properties ...」を右クリックします。ダイアログが開き、最初のタブでユーザー名とパスワードを変更できます。
そのためにsvn.simpleフォルダーからファイルを削除します
C:\ Users [ユーザー名]\AppData\Roaming\Subversion\auth\svn.simpleに移動します
AppDataフォルダーが表示されていない場合は{username}をクリックした後、[ツール]-> [フォルダーオプション]-> [表示]-> [非表示フォルダーの表示]ボタンをクリックします。
Ubuntu上のEclipse 4.Xでは、ファイル[Eclipseインストールフォルダー] /configuration/org.Eclipse.core.runtime/.keyringを削除する必要があります
以下のファイルを削除します
<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を再起動します