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
amruta_dhumalamruta_dhumal 

version control in sfdc

Hi

 

Is there any version control functionality in sfdc??

 

Amruta

Best Answer chosen by Admin (Salesforce Developers) 
HariDineshHariDinesh

Hi,

 

Find the details related to this

http://blogs.developerforce.com/isv/2008/12/put-your-forcecom-app-under-version-control.html

 

and another way:

Use SVN or some other source control system

All Answers

HariDineshHariDinesh

Hi,

 

Find the details related to this

http://blogs.developerforce.com/isv/2008/12/put-your-forcecom-app-under-version-control.html

 

and another way:

Use SVN or some other source control system

This was selected as the best answer
amruta_dhumalamruta_dhumal

Thanks for quick response.