Liquibase 与 SVN - Eclipse 中的 PHP/MySQL 项目
今天我发现了LiquiBase
项目,我觉得它很有趣。我想使用它,但我正在寻找最好的方法。
我们正在使用一台 MySQL
服务器处理 PHP
项目和 SVN
(一些开发人员)。
我想知道如何使用 LiquiBase:
- 我们是否也应该将其更改日志存储在 SVN 中?
- 如何编辑这个变更日志?有适用于
Linux
的IDE
吗?Eclipse
插件不可用。 - 任何提交后脚本来应用更改? LiquiBase 的错误日志怎么样?
谢谢您的任何建议!
Today I found LiquiBase
project and I think it is very interesting. I would like to use it but I am looking for best way to do it.
We are working with PHP
projects and SVN
(a few developers) with one MySQL
server.
I am wondering how to work with LiquiBase:
- should we store its changeLog in SVN too ?
- how to edit this changeLog ? Any
IDE
forLinux
? Plugin forEclipse
is not available. - any post-commit script to apply changes ? What about LiquiBase`s error logs ?
Thank you for any sugestions !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您应该将更改日志存储在版本控制系统中。
您最喜欢的文本编辑器(或 xml 编辑器)应该就足够了。
有多种方法可以执行更改日志,包括通过 命令行、Ant, Maven >、Grails 和 servlet 侦听器。
Yes, you should store the changelogs in your version control system.
Your favorite text editor (or xml editor) should be enough.
here are many ways to execute your change log including via command line, Ant, Maven, Grails, and a servlet listener.