Apex Code Version Control

爱⌒轻易说出口 提交于 2019-12-09 16:32:34

问题


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.


回答1:


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.

  • 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



回答2:


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.



来源:https://stackoverflow.com/questions/8034695/apex-code-version-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!