如何查看SVN目录?

发布于 2024-10-15 17:00:53 字数 485 浏览 2 评论 0原文

我使用以下代码定期在终端上检查我的应用程序:

sudo svn export https://svn.domain.com/svn/repos-myapp/trunk/Application /var/www/versions/stage/temp

自上周以来,我收到以下错误:

svn: PROPFIND request failed on '/svn/repos-myapp/trunk/Application'
svn: PROPFIND of '/svn/repos-myapp/trunk/Application': 405 Method Not Allowed (http://svn.domain.com)

不幸的是,我不知道为什么会发生这种情况。有人有想法吗?在谷歌搜索问题时,我只找到了我无法影响的apache/权限解决方案,因为SVN服务器不是我自己托管的。但是主机告诉我,自2个月以来没有任何变化。

I checked out my application regularly on my terminal by using this code:

sudo svn export https://svn.domain.com/svn/repos-myapp/trunk/Application /var/www/versions/stage/temp

Since last week, I get the following error:

svn: PROPFIND request failed on '/svn/repos-myapp/trunk/Application'
svn: PROPFIND of '/svn/repos-myapp/trunk/Application': 405 Method Not Allowed (http://svn.domain.com)

Unfortunately, I don't know why it happens. Does anyone have an idea? When googling the problem, I only find apache/permission solutions which I can't influence because the SVN server is not hosted by myself.. But the host tells me that nothing has changed since 2 month..

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

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

发布评论

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

评论(2

幸福%小乖 2024-10-22 17:00:53

您是否已了解常见问题解答中描述的可能原因?

Did you go through the possible reasons described in the FAQ?

晒暮凉 2024-10-22 17:00:53

你做过svn验证吗?

http:// /durak.org/sean/pubs/software/version-control-with-subversion-1.6/svn.ref.svnadmin.c.verify.html

此外,除了服务器之外,405 可能还有其他原因权限。你这边有什么变化吗?也许是防火墙/代理?

http://vsingleton.blogspot.com/2008/04 /svn-propfind-request-failed-on.html

Have you done a svn verify?

http://durak.org/sean/pubs/software/version-control-with-subversion-1.6/svn.ref.svnadmin.c.verify.html

Also, there may be other causes for a 405, other than server permissions. Has anything changed on your end. Firewall/proxy perhaps?

http://vsingleton.blogspot.com/2008/04/svn-propfind-request-failed-on.html

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