How to enter SVN password?
Hi,
I've got a small question. I'm working with SVN (using http), but SVN allows me to browse the repository freely. When trying to commit code, I get an access denied, because for committing, you do need a username and password. But I don't get a username/password dialog, and I don't see an option to put the username/password anywhere else...
Suggestions highly appreciated!
Erik
请先登录再写评论。
On many repositories, there are two connection urls : 1 over http for read only, and one over https for committers.
It may be the case for you ?
You are right. I changed it from using http to svn, but I still can't find a way to enter my username or password, even when using the svn protocol...
Whoops, my wrong! I am using svn now, and it really works. Thanks for the help!