【发布时间】:2014-01-24 18:59:33
【问题描述】:
在命令提示符下使用 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" 信息 "https://myserver.svn.com/svn/MainDB"
注意:我使用的是 windows XP 机器并安装了 VisualSVN Server 2.5.2。我的机器上没有安装 apache。
谢谢...
【问题讨论】:
标签: svn webdav visualsvn-server