Our Managed Package is quite large and we are looking to spin up a couple of new Developer Edition environments for our developers. I'm wondering how others are managing the initial metadata deployment from the publishing org to the development orgs. The initial deployment of the package assets is always the tricky part. What is the process and tools that others have used to do this kind of deployment.
|
If you have reached this tipping point. IMHO it is best to consider moving to some kind of source control system to manage and track your application development amongst multiple developers. This typically requires broadly speaking the following.
More Thoughts This is definitely an area that could do with a solid bit of Wiki work on it, as it is coming up all to often and the above does have different technical options and gotchas depending on your development team skills (around dev infra scripts, tool, servers etc) and your own requirements. FinancialForce.com did present some tools and thoughts on this at last years Dreamforce, the results are available here. In the meantime I think we as a community should look to pull something together perhaps on the Force.com Developer Wiki? Update: RE: Step 1. As your packaging org is a namespace enabled DE org, it is possible your Apex code, VF pages or other components have gained namespace prefixes. These will need to be swept out before you can start deployments into regular (unmanaged) DE orgs. The good news is, once you do this once, you don't have to repeat it (see also step 3 to keep things this way). And future deployments from source control be they to your developer DE orgs or ultimately to your packaging org will work just fine. There are some gotchas to watch out for in terms of namespaces, typically most of them are now mitigable by using the correct $ variables in the most sensitive places such as VF pages. |
|||||||||||||
|