svn 在提交时构建 zip 文件

发布于 2024-12-08 23:02:01 字数 184 浏览 1 评论 0原文

我有一个基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏花。依旧 2024-12-15 23:02:01

您想要查看执行“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.

喜爱皱眉﹌ 2024-12-15 23:02:01

即“提交后挂钩”。如果您可以手动执行此操作(在非交互模式下的命令提示符下),您可以将这些操作写入脚本(*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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文