乌龟SVN错误

发布于 2024-07-14 02:59:24 字数 230 浏览 6 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

顾北清歌寒 2024-07-21 02:59:24

403 Forbidden 是 HTTP 状态代码之一。 根据定义:

服务器理解了请求,但是
拒绝履行它。
授权没有帮助,而且
请求不应重复。 如果
请求方法不是 HEAD 并且
服务器希望公开为什么
请求尚未得到满足,则
应该描述原因
实体内的拒绝。 如果服务器
不想提供此信息
可供客户端使用的状态
可以使用代码 404(未找到)
相反。

我想您的存储库类似于 http://server/repo/project/ 所以尝试浏览该 URL使用您的常规浏览器。 也许与 Subversion 身份验证无关,而是与 HTTP 身份验证相关。

我知道这不是一个好的答案,但它可能会给您扩展问题的提示:)

403 Forbidden is one of the HTTP Status Codes. As per the definition:

The server understood the request, but
is refusing to fulfill it.
Authorization will not help and the
request SHOULD NOT be repeated. If the
request method was not HEAD and the
server wishes to make public why the
request has not been fulfilled, it
SHOULD describe the reason for the
refusal in the entity. If the server
does not wish to make this information
available to the client, the status
code 404 (Not Found) can be used
instead.

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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文