如何让 webdav 返回 svn 目录列表
这可能是一个简单的问题,但我很困惑。
我正在编写一个小型 SVN Web 客户端,它使用对我的 Apache 服务器上的 Webdav api 的 HTTP 请求。
我一直未能成功找到一种方法让 Webdav 返回 SVN 目录列表,例如“svn list --verbose svn://mysvnrepository.com/somerepostiory/”。
因为我们的服务器使用 svn 协议,所以我无法通过浏览器导航到“svn://mysvnrepository.com/somerepostiory/”n 等来获取列表。
不幸的是,我无法为此修改服务器配置。
有谁知道如何使用 Webdav / svn 做到这一点?
谢谢!
This might be a simple question, but I am at a loss.
I am writing a small SVN web client which uses HTTP requests to Webdav api's on my Apache server.
I have been unsuccessful at finding a way to get Webdav to return a SVN directory listing like "svn list --verbose svn://mysvnrepository.com/somerepostiory/" does..
Because our server uses the svn protocol, I am not able to get the listing by navigating to "svn://mysvnrepository.com/somerepostiory/"n via the browser, etc.
Unfortunately, I wont be able to modify the server configurations for this.
Does anyone know of a way to do this with Webdav / svn?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有说出到目前为止您已经尝试过的内容,所以现在我将向您指出规范:
RFC 4918,第 9.1 节
You didn't say what you've tried so far, so for now I'll point you at the spec:
RFC 4918, Section 9.1