On Feb 12, 2008 3:45 AM, Thomas Hallgren <thomas_at_tada.se> wrote:
> I'm using Subclipse 1.2.4 and since yesterday, all my repositories at
> Eclipse.org stopped working. I suspect that the background is that
> Eclipse revoked shell access from all users due to a serious security
> hole in Linux. So why am I writing to this list? Well, as it turns out,
> The problems I'm facing are only apparent when I use SvnKIT. I am still
> able to access SVN using JavaHL.
>
> I have tried both svn+ssh, https, and anonymous access using http. It's
> the same problem. Whenever I try to add a repository location in the SVN
> Repository explorer using svn+ssh
>
> "Authentication error from server: Requested username does not match"
>
> and if I try https, I get:
>
> "PROPFIND of '/svnroot/tools': 405 Method Not Allowed
> (https://dev.eclipse.org)"
>
> Switching over to JavaHL everything works OK again. Please note that
> nothing changed on the client side when the problems started.
>
> Any clues? I really prefer SvnKIT since it allows atomic commits that
> span multiple projects.
Try deleting the Eclipse .keyring (which is where SVNKit caches
information). Maybe it cached a username that is no longer valid.
--
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 13:33:54 CET