subversion vs git
The following gem from the Subversion manual somehow manages to explain in only one sentence why svn sucks.
A Subversion filesystem has its data spread throughout files in the repository, in a fashion generally understood by (and of interest to) only the Subversion developers themselves.
With git one can learn and understand the underlying object storage. While “svn” devs just tell you “gaaaaaa! you dont need to know that, go away!”
Advertisement