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
GABRIEL SILVAGABRIEL SILVA 

Is there any way of merge metadata of two sandboxes?

Hi good evening,

I have a developer team and i want each developer work in one sandbox. After, i will need to do the merge of these sandboxes. How can i do this?
Guy_KeshetGuy_Keshet
use git /SVN or any other source managment tools, submit changes to a shared develop branch and merge changes - like any other software project. use the metadata api to deploy changes from the shared git repo to a target org. There some useful examples on developerforce - e.g : https://developer.salesforce.com/page/Continuous_Integration_How-To , https://developer.salesforce.com/blogs/developer-relations/2013/03/setting-up-jenkins-for-force-com-continuous-integration.html and also by MVPs such as Jeff Douglas : http://blog.jeffdouglas.com/2013/03/18/setting-up-continuous-integration-for-saleforce-development/

tools have moved on sine these presentaitons, so if your team has preferred config control and deployment tools feel free to use them - the main issue would be to use the ANT migration toolkit to deploy to SFDC, or to build a deployment tool using the meta data API