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

Re: [Subclipse-users] where does username and password go?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-27 15:40:09 CEST

news <news@sea.gmane.org> wrote on 06/27/2006 09:31:26 AM:

> I am not being prompted, its just failing with an authentication
> exception. Also, how do you change this information once entered? This
> appears to be a major omission.

It is completely managed by the adapter. If you are using JavaHL, then it
is cached using the normal Subversion techniques in the runtime
configuration area.

See: http://svnbook.red-bean.com/en/1.1/ch06s02.html#svn-ch-6-sect-2.2

JavaSVN uses the Eclipse keyring to cache credentials.

In my experience, both adapters will prompt you if the cached credentials
are no longer valid. One thing they will not do is prompt you if the
credentials are valid, but you are not authorized within Subversion. So
for example, suppose you checked out Subclipse and supplied and cached the
"guest" login. If you later wanted to commit, it would just fail because
guest is a valid login, but not authorized.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jun 27 15:40:23 2006

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.