Reputation: 1784
I am f...fed up with Subversion. Need a version control that:
I thing it should be a distributed one, I think GIT is the Lingua Franca, but there is also Mercurial and Bazaar, which should have some advantages since they exist :-)
+1 Apart from the 3 points the main criteria is what is best for a software developer to know and use:-)
+2 An example regarding poin 2.: In Drupal I might move directory-structures around, delete some structures, add some 3d party. Ideally the repository should store exactly what has happened, but sometimes I just want to have a snapshot of the actual structure in the repository without spending time on it. (In an ideal SCM-system you would be able to fill in the details later).
Upvotes: 0
Views: 359
Reputation: 13258
I just answer for bazaar:
I think in the end all three, Git, Mercurial and Bazaar, will do the job. These three version control systems a very similar.
Upvotes: 4
Reputation: 40319
Mercurial does all 3 points. It does have a .hg directory in the root directory though.
Upvotes: 1
Reputation: 1679
Just talking about git:
Upvotes: 1