如何保留“Sitecore 内容编辑器”任何项目的备份树?
如何保留 sitecore 中任何项目的备份。如果将来再次需要任何项目,并且我想恢复旧项目的所有设置和内容。
How to keep back-up of any item in sitecore. If any item can be needed in future again and i want to revert all setting and content of old items.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该研究一下 Hedgehog 的 Sitecore 团队开发。它允许您在 SVN 或 TFS 中管理 Sitecore 项目。
http://www.hhogdev.com/products/team-development- for-sitecore.aspx
You should look into Hedgehog's Team Development for Sitecore. It allows you to manage Sitecore Items in SVN or TFS.
http://www.hhogdev.com/products/team-development-for-sitecore.aspx
取决于您的业务要求。您可以:
Depends on your business requirements. You could:
如果您尝试将项目存储在 SVN 中,我会使用序列化。我相信这是 Sitecore 添加该功能的部分原因。
需要考虑的一件事是在 SVN 中序列化您想要的内容的某种自动化过程。例如,如果您想在 SVN 中保留所有模板更改,您可以绑定到保存事件,然后在保存模板时使用 API 序列化受影响的模板并将其签入 SVN。
If you are trying to store the items in SVN I would use serialization. I believe that part of the reason Sitecore added that feature.
One thing to consider would be some sort of automated process to serialize the content you want in SVN. For example if you say wanted to keep all template changes in SVN you could tie into the save event, then when a template is saved use the API to serialize the affected template and check it into SVN.