Tagged Questions
5
votes
9answers
1k views
Why isn't Git used for package management?
I've heard that Git has lots of advantages over subversion/CVS, especially speed so why do projects like FreeBSD continue to use CVS for the ports system? Wouldn't the distributed version control make ...