svn: OPTIONS of 'REPO URL: authorization failed:

I am using two commands 1)svn ls with username and password 2)svn mkdir with username and password. svn ls works without any problem but svn mkdir fails with the following error message: " svn: OPTIONS of 'REPO URL: authorization failed: Could not authenticate to server: rejected Basic challenge"

Can someone please help me with this? I have googled this many times. People have reported similar problems but not exactly the same.


is your repo url https?

in that case please add following switch before the command.

svn --non-interactive --trust-server-cert --username urname --password ******** <command>

If you have Tortoise SVN installed. Go to the settings and clear the cache. It should be under "saved data". Open the repo browser, accept the certificate and save the password.

that's it !


我只是用空的(忘记)密码得到这个,而使用--password选项。

链接地址: http://www.djcxy.com/p/57274.html

上一篇: 当字符改变颜色并向后打印时字符重叠

下一篇: svn:'REPO URL的选项:授权失败: