我只是按照http://serk01.wordpress.com/2008/09/21/how-to-create-your-own-home-svn-repository-with-xamppapache/的说明使用xampp/apache创建svn repo。一切都运行得很好,除了当我访问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>有没有人有过这样的经历?问题出在哪里?
发布于 2010-09-28 22:32:51
好吧,你有什么版本?哪种操作系统?这是版本1.6.6 (r40053)中的一个错误,您需要在660上更改对repo/db/db-rep.cache的权限
https://stackoverflow.com/questions/3589402
复制相似问题