svn: E175002 Unexpected HTTP status 405 when user name had change

I'm using eclipse mars.2 and subclipse 3. The configuration from svn is ok. I was working with a false user in Windows, e.g "Fran" and now that is correct, "Frank", I'm not allowed to acces to this svn.

I have the first error "svn: E120108: Unable to connect to a repository at URL" when I try once again my list command, I get the

I had readed in the Forum but everybody had Connection to the server, I don't. I can see my repository in the browser but that's all.

Upvotes: 0

Views: 1514

Answers (1)

xoned
xoned

Reputation: 2811

The normal way to set a new user name for your SVN repository is following:

  1. Open the SVN Repository Exploring Perspective

  2. Rightclick on the repository and choose Location Properties..

  3. Check beneath Authentication the textbox User

If that doesn't help, you probaby saved your credentials in the Secure Storage..

To clear the storage:

  1. Go to: Preferences -> General -> Security -> Secure Storage

  2. Choose the Contents tab

  3. Search for SVN

  4. Press Delete

Upvotes: 1

Related Questions