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

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

问题描述

我试图在LAMPP环境中设置svn。我的svn存储库位于 / var / svn / repos 中, repos 目录由 root:root



现在,运行命令

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

我看到此错误消息:

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



如何使命令成功运行?

解决方案

您需要存储库才能由Web服务器(Apache)访问。将用户:组更改为类似apache:apache,httpd:httpd或www-data:www-data。


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.

Now, when running the command

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

I see this error message:

svn: Could not open the requested SVN filesystem

How can I make the command run successfully?

解决方案

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天全站免登陆