无法上传 .htaccess
我正在使用 Springloops 自动获取 SVN 存储库并部署到我的服务器上。我收到以下错误:
Could not upload .htaccess
Could not upload .htaccess using BINARY transfer
----------------------------------------------------
Connecting to dev.convrrt.com
Logging in as convrrt
Entering destination directory ~/
Entering passive mode
REVISION: 1 -> 30
Getting changes
Deleting files
Removing directories
Creating directories and files
Extracting file: .htaccess...OK
Uploading file: .htaccess [644]
R:
interrupted
我该如何诊断?
I am using Springloops to automatically take my SVN repo and deploy onto my server. I am getting the following error:
Could not upload .htaccess
Could not upload .htaccess using BINARY transfer
----------------------------------------------------
Connecting to dev.convrrt.com
Logging in as convrrt
Entering destination directory ~/
Entering passive mode
REVISION: 1 -> 30
Getting changes
Deleting files
Removing directories
Creating directories and files
Extracting file: .htaccess...OK
Uploading file: .htaccess [644]
R:
interrupted
How can I diagnose this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的办法是 svn-ignore .htaccess。问题解决了。
Best thing to do is to svn-ignore .htaccess. Problem solved.