Apex 代码版本控制
有没有办法集成Apex & 版本控制系统?视觉力量代码?我可以考虑保留一个单独的存储库,但无法将其与 Salesforce Platform 集成。
提前致谢。
Is there any way to integrate version control system for Apex & Visualforce code? I can thinking of keeping a separate repository but no way to have it integrated with Salesforce Platform.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过使用 Subversion 和 Force.com Eclipse IDE 以及 Subclipse 插件来完成此操作。
以下是一些说明的链接。
You can do this by using Subversion and the Force.com Eclipse IDE with the Subclipse plugin.
Here are a few links to some instructions.
如果您不想使用 Subversion,而是希望使用 Git(许多社区代码托管在 GitHub 上,您可以免费获取),那么请查看 此 Dreamforce 会议 以及有关如何最好地同时使用 Git 和 Force.com 的一些提示和技巧 此处。
If instead of using Subversion, you wish to use Git (lots of the community code is hosted on GitHub where you can get it for free) then have a look at this Dreamforce session and some hints and tips about how best to use Git and Force.com together here.