部署不带版本文件夹的svn分支
使用 Beanstalkapp,我将一个分支部署到我的临时环境。该分支的名称为“Version_1.0.0”。我通过 ftp 进入临时环境,看到这里也创建了一个“Version_1.0.0”文件夹。如何在不显示分支名称或版本的情况下部署文件?也许我以错误的方式命名了分支,我只是不知道。
Using Beanstalkapp, I deploy a branch to my staging environment. The branch has a name of "Version_1.0.0". I ftp into my staging environment and see that a "Version_1.0.0" folder has been created here also. How do I deploy files without having a branch name or version appear? Maybe I went about naming the branch in a wrong way, I just don't know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需要稍微调整一下结帐命令即可。
而不是这样做:
您需要在末尾添加
.
(假设您位于要将文件检出到的目录中)。像这样:You just need to tweak your checkout command a bit.
Rather than doing:
You need to add a
.
to the end (assuming you are in the directory you want the files to be checked out to). Like this: