svn 在提交时构建 zip 文件
我有一个基于 SVN 的 Joomla 项目。
问题是每次我更改一些文件并提交时,我也需要更新包并 ftp 到实时服务器。
如何自动化这个过程?
问题是该项目在 Joomla 中有 2 个目录:
administrator/components/... 组件/...
谢谢
I have a Joomla project based in SVN.
Problem is every time I change some file and commit I need to update package as well and ftp to live server.
How to automate this process?
Problem is that project has 2 directories in Joomla:
administrator/components/...
components/...
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要查看执行“svn hook”或“svn hook",一些网站部署挂钩是非常好的例子。
You want to look at doing a "svn hook" or "svn hook", some of the website deploy hooks are pretty great examples.
即“提交后挂钩”。如果您可以手动执行此操作(在非交互模式下的命令提示符下),您可以将这些操作写入脚本(*sh 或 cmd)
"Post-commit hook" namely. If you can do this operations by hand (in command prompt in non-interactive mode), you can write these action into script (*sh or cmd)