[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: Hoffman, Aodhan <Aodhan.Hoffman_at_boeing.com>
Date: 2007-08-24 16:23:15 CEST

There is no username specified in any of the files in the .subversion
directory on the server, and none specified in the %APPDATA%\Subversion
files on my dev machine.

I'm trying to keep things simple, so there's no SSH component built into
the svn server.

~******************************************~

        Aodhan Hoffman
Network Management Tools

Desk: 425 / 865-6829
Pager: 425 / 631-0647
Email: aodhan.hoffman@boeing.com

~******************************************~

-----Original Message-----
From: Mark Phippard [mailto:markphip@gmail.com]
Sent: Thursday, August 23, 2007 2:38 PM
To: users@subclipse.tigris.org
Subject: Re: [Subclipse-users] Authentication problem

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Aug 24 16:21:00 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.