乌龟SVN错误
我在使用 SVN 时遇到一些问题。 有谁能够帮助我?
当我将分支合并到主干时,出现流动错误:
服务器发送了意外的返回值 (403禁止)响应选项
当托盘创建新标签或分支时出现相同的错误。 我有读/写权限。
我使用 VisualSVN 和 TortoiseSVN。
谢谢
I have some problems with SVN.
Can anybody help me?
When I tray to merge branch to trunk i get flowing error:
Server sent unexpected return value
(403 Forbidden) in response to OPTIONS
Same error get when tray to create new tag or branch.
I have Read/write permisions.
I use VisualSVN and TortoiseSVN.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
403 Forbidden 是 HTTP 状态代码之一。 根据定义:
我想您的存储库类似于 http://server/repo/project/ 所以尝试浏览该 URL使用您的常规浏览器。 也许与 Subversion 身份验证无关,而是与 HTTP 身份验证相关。
我知道这不是一个好的答案,但它可能会给您扩展问题的提示:)
403 Forbidden is one of the HTTP Status Codes. As per the definition:
I imagine that your repository is something like http://server/repo/project/ so try browsing that URL with your regular browser. Maybe is not related to Subversion authentication but HTTP authentication.
I know it is not a good answer, but it might give you a hint to expand the question :)