Ten months ago, I started to look at other version control systems because I was fed up with the Subversion centralized model. It tested Git, Mercurial, Bazaar, etc.. Bazaar was the good choice because it allowed the dev teams to make branches easily in a decentralized environment, to push commits to the old subversion repository, to keep an easy syntax, etc...
Now there are few reasons to switch back to Git:
- we want to checkout and test branches faster without managing dozens of repositories,
- we do not want to upload 500 ko of data for a 1 line commit,
- we ...
Recent comments