function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adu86Adu86 

Version Control for Salesforce

Hi,

Did anyone Implemented any version control tool for salesforce(like Git ,SVN etc), If So can you tell me which one is best to integrate with salesforce? and Please share if you have any articles or documents to implement it?

Thanks

pconpcon
I don't know if there is a "best" one but the industry is moving to Git for most things over any of the other SCM options.  I wrote an article about how we use SCM that may be of use.

http://blog.deadlypenguin.com/blog/2014/07/21/using-git-with-salesforce-and-distributed-teams/
Raja ReddyRaja Reddy
Hi Sni86,

There are many best tools but i would suggest below 3 

1. SonarQube: http://docs.codehaus.org/display/SONAR/SonarQube+in+Eclipse
2. Checkmarx: https://www.checkmarx.com/
3. Perforce: http://www.perforce.com/

If my answers solves your problem, please mark it as Best Answer, so that other can take benefit of this post.
Adu86Adu86
Thanks Pcon . I will look into the blog.

Rajareddy: Are these tools can be used for Salesforce verison controlling?

Thanks
Adu86Adu86
Thank you. I will look into it.