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

Re: [Subclipse-dev] SVN problems after Eclipse revoked shell access

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 12 Feb 2008 09:34:00 -0500

On Feb 12, 2008 8:45 AM, Thomas Hallgren <thomas_at_tada.se> wrote:
> Hi Mark,
> indeed, that took me one step forward. I removed the .keyring, switched
> to SvnKIT and tried a refresh. It asked for login/password which I
> entered, then a new dialog pops up, asking for "Enter SVN Author Name".
> Normally, I use my full name here "Thomas Hallgren". This is different
> from my login. So I tried using that again and I got the same error.
>
> Now, since the error states "Requested username does not match", and
> since "Author Name is never queried when using JavaHL, I got suspicious.
> I closed my IDE, removed the .keyring again, and retried. This time, I
> used my login name as the "Author Name". And behold, now it works OK.
>
> Question is, what has happened? Why must my "Author Name" suddenly be
> equal to my login? When is the "Author Name" ever used for authentication?

The author name is what you would see when running svn log. This is
always used for authorization within Subversion. Perhaps the Eclipse
server is now using the authz module to do per-directory
authorization?

svn+ssh is the only protocol where this can apply. It is not uncommon
in some companies to use common credentials for the SSH access, and
this allows you to then override the author value to a unique value
per user. I was actually against SVNKit adding this feature but it is
something there users wanted.

With JavaHL, it is configured as part of the command line SSH configuration.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-02-12 15:34:08 CET

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

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