SVN performance after many revisions

后端 未结 9 1240
终归单人心
终归单人心 2020-11-30 01:54

My project is currently using a svn repository which gains several hundred new revisions per day. The repository resides on a Win2k3-server and is served through Apache/mod_

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 02:26

    The only operations which are likely to slow down are things which read information from multiple revisions (e.g. SVN Blame).

提交回复
热议问题