Is Git recommended for large (>250GB) content repositories

后端 未结 7 781
-上瘾入骨i
-上瘾入骨i 2020-12-14 01:30

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

7条回答
  •  轮回少年
    2020-12-14 01:56

    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.

提交回复
热议问题