Clearing Eclipse Subversion password

前端 未结 5 1406
野性不改
野性不改 2021-02-01 16:26

Eclipse/Aptana seems to remember my password that I use to access my SVN repositories. Is there a way I can clear the stored passwords?

相关标签:
5条回答
  • 2021-02-01 17:16

    Delete file from svn.simple folder for that

    Go to C:\Users[username]\AppData\Roaming\Subversion\auth\svn.simple

    After clicking {username} if AppData folder is not visible Then Go Tools-->FolderOptions-->View-->click on show hidden folders button.

    0 讨论(0)
  • 2021-02-01 17:17

    Change the perspective to SVN Repository Exploring. Inside the SVN Repositories view, right click "Location properties... ". A dialog will open and on the first tab you will be able to change your username and password.

    0 讨论(0)
  • 2021-02-01 17:19

    Delete the below files

    <Your eclipse installation path>\Eclipse\configuration\org.eclipse.core.runtime\.keyring
    
    C:\Documents and Settings\<your user name>\Application Data\Subversion\auth\svn.simple
    

    and restart the eclipse

    0 讨论(0)
  • 2021-02-01 17:22

    With eclipse 4.X on ubuntu you have to remove the file [eclipse install folder]/configuration/org.eclipse.core.runtime/.keyring

    0 讨论(0)
  • 2021-02-01 17:24

    just want to share, In windows 7 machine, the password is saved at:

    C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple
    
    0 讨论(0)
提交回复
热议问题