No I am not talking about automatically deploying the map to the production environment as soon as it is developed.
What I mean is, once the development has been completed and the elements are ready to be deployed, I should have the source control tool, on the click of a button, put all the elements into the production folder.
the restart is something we can do once the move has been verified as successful.
if i have 20 developers deploying their code on one day, i will have to copy many mmc, msl, mdq, mrn etc etc each time to production.
What i want is to have the developers put the compiled code into a deply folder once QA has been completed and then move it to production in one shot.
An example is Harvest which allows you to create a package and set the destination folders for the csource , compiled code and the config files. that way all I need to do is promote the package to production and all packages specified will move to production. then i restart the server.
This is less manual intervention and less chance of forgetting to copy something etc etc.
Thanks