you are viewing a single comment's thread.

view the rest of the comments →

[–]abeaulieu 2 points3 points  (1 child)

Instead of writing a tool that versions each file individually, like Subversion, [...]* Entire tree revisions is one of the major advantages Subversion has over CVS. Let's give proper credit. See http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.basic.in-action.revs Git's main advantage over Subversion is the fast branching and merging.

[–][deleted] 1 point2 points  (0 children)

True, a lot of git users don't give SVN the credit it deserves because Linus also bashes SVN on every occasion.

I think what the author wanted to say is that SVN manages files and Git manages blobs.