SVN中的Magento版本升级
我在存储库中安装了 Magento 企业版,客户端站点正在运行,一切正常。 我想将此客户端升级到新版本的 Magento,但是 EE 为我提供的唯一升级帮助是删除整个 app/code/core
目录并将新文件移入。
现在 至少可以说,不是最佳的。
关于如何在干净地保留我的 SVN 历史记录的同时进行更改,有什么好的想法吗?
谢谢, 乔
I have a Magento Enterprise Edition install in a repository, client's site is running, all is well. Now I want to upgrade this client to a new version of Magento, but the only help that EE gives me for upgrades is to delete the entire app/code/core
directory and move the new files in.
This is, to say the least, non-optimal.
Any good thoughts on how I can do the change while preserving my SVN history cleanly?
Thanks,
Joe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Version Control with Subversion 一书中标题为 Vendor Branches 的部分描述了管理这种情况的一个非常好的方法,即在 SVN 下的项目中使用外部库。也可以在线获取:
http://svnbook.red-bean.com /zh/1.1/ch07s05.html
A very good way of managing this situation, using an external library in a project under SVN, is described in the book Version Control with Subversion, in the section titled Vendor Branches. It's also available on-line:
http://svnbook.red-bean.com/en/1.1/ch07s05.html