How exactly does subversion store files in the repository?

前端 未结 5 2118
终归单人心
终归单人心 2020-11-30 03:07

I read the subversion book and it is clear to me that subversion does not store individual files but only deltas in order to minimize disk space. Subversion also does the sa

5条回答
  •  爱一瞬间的悲伤
    2020-11-30 03:45

    I believe the following link would be of assistance to understand the fsfs architecture

    http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_fs_fs/structure

提交回复
热议问题