svn: 无法打开请求的 SVN 文件系统 [英] svn: Could not open the requested SVN filesystem

查看:139
本文介绍了svn: 无法打开请求的 SVN 文件系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试在 LAMPP 环境中设置 svn.我的 svn 存储库在 /var/svn/repos 中,repos 目录归 root:root 所有.

I tried to set up svn in the LAMPP environment. My svn repositories are in /var/svn/repos, and the repos directory is owned by root:root.

现在,当运行命令时

svn import test http://localhost/svn -m 'init'

我看到这个错误信息:

svn: Could not open the requested SVN filesystem

如何让命令成功运行?

推荐答案

您需要 Web 服务器 (Apache) 可以访问存储库.将 user:group 更改为 apache:apache、httpd:httpd 或 www-data:www-data.

You need the repository to be accessible by the web server (Apache). Change the user:group to something like apache:apache, httpd:httpd, or www-data:www-data.

这篇关于svn: 无法打开请求的 SVN 文件系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆