Reputation: 25
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.
svn list https://mysubversion
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
Reputation: 2811
The normal way to set a new user name for your SVN repository is following:
Open the SVN Repository Exploring
Perspective
Rightclick on the repository and choose Location Properties..
Check beneath Authentication
the textbox User
If that doesn't help, you probaby saved your credentials in the Secure Storage..
To clear the storage:
Go to: Preferences
-> General
-> Security
-> Secure Storage
Choose the Contents
tab
Search for SVN
Press Delete
Upvotes: 1