Tag Archives: SVN authorization failed

SVN 可以更新( can update)但无法提交(can not commit)的解决方法

描述: SVN 在用户名密码正确的前提下, 可以update, 但commit时会报错"Authorization failed";
解决方法: 检查路径大小写是否有误. Checkout时大小写不敏感 所以在路径有误时仍可update, 但不能commit.

More…

Posted in 软件工程 | Tagged , | Leave a comment