连接到 svn 时出现问题

发布于 2024-11-28 20:01:06 字数 273 浏览 1 评论 0原文

我正在尝试连接到 svn 服务器,其中有一些文档。问题是我收到下一个错误:

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

发生了什么?我正在使用 Tortoise SVN,但我在浏览器中也遇到了这个错误...

这可能是什么?

我不知道这是否会影响,但是,我正在尝试通过虚拟 SO (使用 virtualbox)进行连接。我之所以这么说,是因为在我的主 SO(非虚拟)中,我可以成功连接到 svn,但使用虚拟盒则不能。

谢谢!

I'm trying to connect to a svn server where I have some documents. The problem is that I'm getting the next error:

"Could not open the requested SVN filesystem"

What's happening? I'm using Tortoise SVN but I get that error in the browser too...

What can it be?

I don't know if this could affect but, I'm trying to connect throught a virtual SO (using virtualbox). I'm telling this because in my main SO (not virtual) I can connect succesfully to the svn, but with virtual box don't.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

浪荡不羁 2024-12-05 20:01:06

我以前遇到过这个错误,结果发现我使用的用户帐户没有适当的权限来访问 Subversion 存储文件的服务器中的文件夹。您需要确保您使用的用户帐户具有对实际 Subversion 服务器的读/写访问权限。

I have experienced this error before and it turned out that the user account I'm using doesn't have the appropriate privilege to access the folder in the server where Subversion stores its files. You need to make sure that the user account that you're using has read/write access to the actual Subversion server.

清晨说晚安 2024-12-05 20:01:06

这是 apache 配置和文件系统的问题。检查 apache 错误日志以及 apache conf 中的 SVNPathSVNParentPath 设置。

grep -r SVNPa /etc/httpd

这是 RHEL/CentOS/Fedora 配置文件的典型位置。也可以在 /etc/apache2

This is a problem with the apache config and the file system. Check the apache error log and the SVNPath or SVNParentPath settings in the apache conf.

grep -r SVNPa /etc/httpd

That's the typical location of the config files for RHEL/CentOS/Fedora. Could also be in /etc/apache2

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