本文介绍了Apex代码版本控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法集成Apex&的版本控制系统? Visualforce代码?我可以考虑保留一个单独的存储库,但无法将其与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.
预先感谢.
推荐答案
您可以通过将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(Windows)
- 安装Force.com IDE(Eclipse)
- 安装Subclipse(Eclipse插件)
- 在Eclipse中安装时使用更新站点-类似于此处的说明
- Setting up Subversion (Windows)
- Installing Force.com IDE (Eclipse)
- Installing Subclipse (Eclipse plugin)
- Use the update site when installing in Eclipse - similar to the instructions here
这篇关于Apex代码版本控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!