账号的权限没有问题,在其他电脑上已验证,但是commit时总是报出如下错误:
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 : 175013
Description : Access to '/svn/Vien.IOSapp/!svn/me' forbidden
Status : 175013
求大神指教。
问题已解决,答案在http://blog.csdn.net/qq_19979539/article/details/48576069,看完记得关注,哈哈。
清除下svn账号信息,然后重新连接即可。在设置中Saved data clear Auth data
在你的机器上把项目删掉,重新检出一边
不行就用别人的账号检出试试
这个资源是否是branches
这个错误产生后,资源是否真的没有被提交
对于账号的验证,是否正确实行过提交
账号的读权限貌似没问题,写权限是否OK
出现这种情况,很可能是SVN的用户权限被设置为了只读。更改为读写就好了。