Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前正在使用 phing 构建构建过程。每次我想部署到 live 时,我都会使用以下命令移动暂存版本
<move file="${next_version}" tofile="${current_version}" />
但是,由于 move 类型从 copy 继承(如文档中所述),此过程确实需要一些时间,并且与任何 shell move 命令都无法比较。有没有一种方法可以调用 move,或者我必须回退到 execTask (至少在这种情况下认为 move 没有意义)
提前致谢
移动任务确实复制文件,这是废话。请在 phing 错误跟踪器上打开功能请求。