Why does SVN take so much space?

前端 未结 3 1210
囚心锁ツ
囚心锁ツ 2021-02-12 22:21

I am working on a large sized project that is about 1020 MB in size. This is because, apart from the code, we have other resources, like graphics, XML configurations, etc.

3条回答
  •  迷失自我
    2021-02-12 22:59

    So that svn revert doesn't need to contact the server.

    SVN actually stores another copy of the file locally. That's why the .svn dirs sum up to be almost as the project code base itself.

提交回复
热议问题