无法打开请求的 SVN 文件系统
我只是按照 http://serk01.wordpress.com/2008/09/21/how-to-create-your-own-home-svn-repository-with-xamppapache/ 关于使用 xampp 创建 svn 存储库/阿帕奇。一切运行良好,除了当我访问 http://localhost/svn 时它显示错误消息。
当我查看源代码时,这是错误:
<?xml version="1.0" encoding="utf-8"?>
<D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
<C:error/>
<m:human-readable errcode="160043">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
以前有人经历过这样的事情吗?存在什么问题?
I just follow instruction from http://serk01.wordpress.com/2008/09/21/how-to-create-your-own-home-svn-repository-with-xamppapache/ about creating svn repo with xampp/apache. Everything runs well except when I access http://localhost/svn it show error message.
When I view source, this is the error:
<?xml version="1.0" encoding="utf-8"?>
<D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
<C:error/>
<m:human-readable errcode="160043">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
Anyone experienced like this before? What is the problems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,你有哪个版本?哪个操作系统?
这是版本 1.6.6 (r40053) 中的一个错误,您需要更改 660 上的 repo/db/db-rep.cache 的权限
Well, which version do you have? And which OS?
Here is a bug in version 1.6.6 (r40053) and you need to change permission on repo/db/db-rep.cache on 660