我们的网络上有一个 trac 服务器,当我运行以下命令时:
svn co http://trac.theserver.com/browser/trunk/thefolder .
Run Code Online (Sandbox Code Playgroud)
然后我输入我的 LDAP 密码,我得到了这个
svn: The OPTIONS response did not include the requested activity-collection-set; this often means that the URL is not WebDAV-enabled
Run Code Online (Sandbox Code Playgroud)
我需要做什么来解决这个问题?以前的 IT 人员有各种奇怪的方式在网络上设置东西。
Trac 没有以适当的方式提供 subversion 存储库以供 subversion 客户端(例如 webdav)使用。
Trac 是一个用于项目管理的 web 应用程序,浏览器部分用于使用 webbrowser 交互式浏览存储库。
对于结帐,您必须知道 subversion 的 url,它是通过 webdav 提供的(也许:http : //svn.theserver.com/trunk/thefolder?)