Mercurial
We decided to switch from our SVN and try a distributed system. Mercurial seemed the most friendly among others. And we like it till today.Fabric
I tend to forget a lot. I return to a project after several months usually. After that time I don't remember all the details of the environment etc. Also, I am lazy and I don't want to spend time on performing the same stuff (create directory, change file permissions, create database, ...) with every project update. I like so that kind of repeating stuff to be done, rather then me doing it.Among many tools I tried as Ant (and it's many derivatives), Capistrano or self created ones, I found Fabric giving me the most control over automation. It is not tight to particular workflow or specific task. I can use it with success for web development in PHP as well as for Python scripts I do often. The other reason surely is that I am a long time Python programmer.
No comments:
Post a Comment