Codeplex SVN 访问错误选项
我在尝试让 SVN 与 Codeplex 一起工作时感到有点沮丧。我认为这是办公室的防火墙阻止了它,这很公平,所以开始在家里尝试并得到完全相同的错误。
我正在尝试连接到 codeplex 上的某些源。我已经尝试了主要的 main 分支,我也尝试了我的 Fork 我通过网站创建的。实际上,使用 TortoiseSVN 进入存储库浏览器并粘贴这些 URL。
在家里,我禁用了防火墙,只有一个路由器(采用您的标准设置)将我连接到互联网。乌龟不断给我报错:
OPTIONS 响应不包括 请求活动集合集; 这通常意味着该 URL 不是 启用 WebDAV
网站上的主要开发人员可以很好地访问它,许多其他人也可以。问题是为什么我不能?我用谷歌搜索了这个错误,我得到的只是有关代理服务器导致问题的内容。我不认为我在这两个位置都有代理(实际上不知道如何设置代理)。
谁能指出我哪里出错了?
非常感谢。
I've got a little frustrated at trying to get SVN to work with Codeplex. I thought it was a firewall in the office blocking it, fair enough, so started trying at home and get exactly the same error.
I'm trying to connect to some source on codeplex. I've tried the main main branch and I've also tried my Fork that I create through the site. Literally going to repository browser using TortoiseSVN and pasting in those URLs.
At home I disabled my firewall, and just have a router (with your standard setup) that connects me to the Internet. Tortoise constantly gives me the error:
The OPTIONS response did not include
the request activity-collection-set;
this often means that the URL is not
WebDAV enabled
The main developer on the site can access it fine, so can lots of other people. Question is why can't I? I've googled the error and all I come up with is stuff about proxy servers causing problems. I don't think I'm behind a proxy in either location (actually have no idea how to set one up).
Can anyone point out to me where I'm going wrong?
Thanks very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已设法解决此问题。 Codeplex 服务器不是 SVN 服务器,而是使用 Mercurial,而这需要使用 TortoiseHG。
Have managed to resolve this issue. The Codeplex server wasn't an SVN server, instead it used Mercurial which requires using TortoiseHG instead.