如何查看SVN目录?
我使用以下代码定期在终端上检查我的应用程序:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否已了解常见问题解答中描述的可能原因?
Did you go through the possible reasons described in the FAQ?
你做过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