svn:URL未启用WebDAV

时间:2014-01-07 07:03:30

标签: svn webdav visualsvn-server

在命令提示符下使用svn info命令时出现以下错误,

 svn: E175003: Unable to connect to a repository at URL 'https://myserver.svn.com/svn/MainDB'
 svn: E175003: The OPTIONS response did not include the requested activity-collection-set;
 this often means that the URL is not WebDAV-enabled

通过使用ip,我们可以获得信息结果“svn info https:// [server-ip] / svn / MainDB”..

我厌倦的命令是, “C:\ Program Files \ VisualSVN Server \ Bin \ svn.exe”info“https://myserver.svn.com/svn/MainDB

注意:我使用过Windows XP机器并安装了VisualSVN Server 2.5.2。我的机器上没有安装apache。

...谢谢

1 个答案:

答案 0 :(得分:0)

主机名myserver.svn.com很可能不是指向VisualSVN Server,而是指向另一个服务。确保myserver.svn.com的DNS设置正确。