[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Managing users and passwords in Subclipse

From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: 2007-01-25 18:34:44 CET

> how can I change the user that subclipse uses connecting to a repository?
> Where does it store usernames and passwords? How can I delete stored
> passwords?
Credentials storage depends on the adapter Subclipse uses (SVNKit or
JavaHL one).

SVNKit stores credentials in Eclipse "keyring" file - default encrypted
storage for credentials, you may find it at
ECLIPSE_HOME/configuration/org.eclipse.core.runtime/.keyring

JavaHL uses Subversion credentials storage, which files could be found
below SUBVERSION_CONFIG_DIR/auth directory. On Linux and OSX
configuration directory is ~/.subversion, on Windows it is "C:/Documents
and Settings/USER_NAME/Application Data/Subversion".

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Ebe wrote:
> Hello,
>
> how can I change the user that subclipse uses connecting to a repository?
> Where does it store usernames and passwords? How can I delete stored
> passwords?
>
> When I select properties on a existing repository location, I donīt
> see anything password related.
>
> Regards, Ebe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jan 25 18:35:12 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.