I have the following error when ever I try to connect to a SVN server on my network:
Could not authenticate to server: rejected Basic challenge
Can anyone help?
|
I have the following error when ever I try to connect to a SVN server on my network:
Can anyone help? |
||||
|
|
rm ~/.gnome2/keyrings/login.keyring helped me.... afterwards I had to re-enter my password when checking out with svn checkout -username tom https://servername.domain/ |
|||
|
|
|
You've got bad credentials in your http(s) svn url. The error message is telling you that it's trying to use http Basic Auth and failing. |
|||
|
|
|
follow these steps if you are facing this issue(on ubuntu)
This should work. |
||||
|
|
|
You can add
in your |
|||
|
|
|
I ran into the same problem and in fact it results in the point, that SVN doesn't save your login information locally. I was able to fix this problem by doing the following steps: 1.) I edited my SVN config like this:
2.)
using my correct user data. After this procedure SVN has stored your login data locally. This fixed my problems. Have a nice day! |
||||
|
|