SVN optimizations to keep large repositories responsive

后端 未结 3 1436
南方客
南方客 2021-01-06 19:27

We happily use SVN for SCM at work. Currently I\'ve got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them \'stream

3条回答
  •  渐次进展
    2021-01-06 19:47

    You didn't say what optimizations you use already. If you are using bsdfs, see whether switching to fsfs improves performance. If you have a large number of revisions, switch to a more recent version on the server, and convert the repository to the 1.5 format.

提交回复
热议问题