> > I do my dev on a Mac and deploy to 2 Ubuntu cloud servers, one for testing > and one for production. I use Fabric scripts to pull from a Bitbucket repo. > Works fine.
I use Ubuntu on local & server, I jsut use mercurial to deploy, push from local, pull from remote. managing branches etc... I created a bunch of Python + sh + paramiko scripts that I manage myself, I have to try Fabric..

