Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are different possibilities where passwords could be stored in eclipse and subversion. The keyring file is stored in an installation of eclipse I have used with subclipse at <code>&lt;root&gt;/eclipse/configuration/org.eclipse.core.runtime/.keyring</code>. You should at least look if it exists there. The location of that file may be overriden by command line parameters, but that you would know. See the article <a href="http://www.techcrony.info/2008/03/26/admin/how-to-change-eclipse-svn-password/" rel="noreferrer">"How to change Eclipse SVN plugin password"</a> for some more information.</p> <p>For another option, you could check:</p> <ol> <li>Go into the Preferences by <code>Windows &gt; Preferences</code>.</li> <li>Select there <code>General &gt; Security &gt; Secure Storage</code>.</li> <li>Go to the tab <code>Contents</code> and expand there the entry <code>SVN</code>.</li> </ol> <p><img src="https://i.stack.imgur.com/5qGsL.png" alt="enter image description here"></p> <p>You should see now a local cache of SVN related things that SVN can use to answer the password question for the server. Delete the entries that is cached for the location you want to login as a different user. Ensure that your subversion directory is cleaned as well:</p> <ul> <li>Windows XP: <code>C:\Documents and Settings\{User}\Application Data\Subversion</code></li> <li>Windows 7: <code>C:\Users\{User}\AppData\Roaming\Subversion\</code></li> </ul> <p>And delete the <code>.keyring</code> file as well, if you find it.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload