无法打开请求的 SVN 文件系统

发布于 2024-09-16 19:18:03 字数 746 浏览 0 评论 0原文

我只是按照 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别闹i 2024-09-23 19:18:03

嗯,你有哪个版本?哪个操作系统?
这是版本 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文