您的位置:首页 > 编程语言

SVN上传代码时代码失败

2016-04-14 16:28 183 查看
Description : You are not authorized to access the files in the repository.
Suggestion : You might be required to provide a user name and password when prompted before being allowed to access the repository.

Description : Commit failed (details follow):
Status : 175xxx
Description : Access to '/svn/Vien.IOSapp/!svn/me' forbidden
Status : 175xxx

解决方法:

1. 在你的机器上把项目删掉,重新检出一边
不行就用别人的账号检出试试

2.

清除下svn账号信息,然后重新连接即可。在设置中Saved data clear Auth data

3.出现这种情况,很可能是SVN的用户权限被设置为了只读。更改为读写就好了。

个人认为 先从 权限 查,然后再机器重新检出, 再不行 就 清除下 账号信息,然后再试试
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: