The web-application is a custom-built CMS which has several sub-applications and each one of them has code and content residing in the same directory structure. Due to the a
I used git only once for a school project (php site with Zend Framework).
We used git but the teacher needed to have the final release on a svn repo.
Comparing the checkout size:
git checkout was half the size of MB of the svn checkout.
My two cents.