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

Re: [Subclipse-users] Authentication problem

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-23 23:38:13 CEST

On 8/23/07, Hoffman, Aodhan <Aodhan.Hoffman@boeing.com> wrote:
> I am using EasyEclipse w/ Subclipse. I've isntalled svn on a server and
> am trying to import my Eclipse project into it. I get as far as
> specifiying the location for the repository when I get an authorization
> error. It never asks me for a name or password. There's precious little
> detail about this in the documentation, can someone explain what I'm
> missing?
>
> How do I tell subclipse what name/pass to use, or get it to prompt for
> one?

It is a callback-based system. We run a Subversion API like "list" or
"checkout". If Subversion needs credentials, it fires a callback we
provide that gives you UI to enter whatever it needs.

You might have some invalid cached credentials. The Subversion API
uses the same store as the command line. Look in %APPDATA%\Subversion
on Windows and ~/.subversion on Unix.

If this is svn+ssh:// the configuration for that also has to go in
these same areas, just as you do for the command line.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Aug 23 23:35:43 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.