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

后端 未结 7 773
-上瘾入骨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 02:11

    git does not scale for large repositories. It's not the space, it's the number of files. Please read my blog article that I wrote a while back about this.

    In my experience, if you want a scalable, fast, centralized source control system, P4 is the way to go.

    0 讨论(0)
提交回复
热议问题