Search code examples
salesforceapex-codevisualforce

Apex Code Version Control


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.


Solution

  • 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.