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

Re: [Subclipse-users] Subclipse doesn't ask for username/password

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-12 01:47:33 CET

On 3/11/07, Johannes Friestad <johannes.friestad@gmail.com> wrote:
>
> The FAQ says that subclipse aks for username when required.
> In my case it doesn't, and there seems to be no way to set it manually.
>
> Scenario:
> I have a new, empty repository which I connect to with svn://localhost.
> In the SVN Repository view I right-click the localhost repository and
> try to create a new remote folder.
> A wizard comes up asking for folder name, but it gives an exception
> when it tries to create it:
> "org.tigris.subversion.javahl.ClientException: Authorization failed."
>
> The SVN console prints
> mkdir -m "new folder" svn://localhost/test
> Authorization failed
>
> I'm on Windows XP, Eclipse 3.2 and Subclipse 1.2
>
> How can I make it work?

Technically, Subclipse doesn't ask. Subclipse provides a callback function
to the Subversion API that it can use to ask for your username and password
if it needs it. It is possible that you have credentials cached already
based on the use of another SVN client.

Type %APPDATA%\Subersion\auth\svn.simple in the Windows Run dialog. This
will open the area where Subversion caches the passwords. It does so in the
files that are stored in that folder. Find the right one and delete it.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Mon Mar 12 01:47:46 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.