首页 > 学院 > 开发设计 > 正文

svn commit 问题 POST of '***/!svn/me' 403 forbidden

2019-11-08 00:44:46
字体:
来源:转载
供稿:网友

网上找到类似的案例:

the SVN client successfully determines that only one file changed. When I try to commit:

POST of '/p/s****/code-0/!svn/me': 403 Forbidden

is made. I tried to delete and check out the whole PRoject - the same. It doesnt do the same on the other projects, and all projects goes to one "SourceForge" registrating.

回复

1 Use https instead of http

2 We were having a similar problem that was caused by us trying to pointexternals at URLs with the wrong case.  Subversion is case-sensitive, somake sure you use consistent lower-case and upper-case on all URLs andexternals.

尝试方法:

-> 经过搜索得知,是Google Code允许用户以Http协议Update代码,但Commit时必须以Https协议。所以在SVN目录下利用Relocate功能将SVN协议从Http改为Https后就可以了。

-> 结果发现还是不行,问题不知。怀疑是服务端的认证文件有问题,删掉账号重建,发现还是不行

继续搜索

http://blog.csdn.net/lxc1014/article/details/9475253

从之前的电脑将Repositorise复制到现在用的PC,出现可以checkout但是不能update的问题。在网上找到以下解决方法,均未能解决。

1、确认URL跟实际一致;

2、确认用户名密码正确;

3、TortoiseSVN->Setting->Save data,清除信息;

通过以上问题,均没有解决该问题。

后来自己在确定Repositories中的Security的设置,发现用户为Everyone,但是Permissions为Read Only。 很明显这个时候不允许更新写入,只能导出。只需要修改为Read/Write即可解决该问题。

待确认


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表