Subversion E160013: '/svn/xxx/!svn/me' path not found* error

后端 未结 4 546
醉梦人生
醉梦人生 2020-12-24 01:39

I recently upgraded the bitnami trac stack (from 0.12.2-5 to 0.12.3) on our server and after reconfiguring all the scripts and repositories all seemed well. I was able to lo

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 02:29

    My repository has about 700 000 files and 660 folders. I had the same error, and was sure that SVNAdvertiseV2Protocol Off is not the right way to go. Adding

    
        SVNInMemoryCacheSize 262144
        SVNCacheFullTexts on
        SVNCacheTextDeltas on
    
    

    to /etc/apache2/mods-enabled/dav_svn.conf fixed the issue for me.

提交回复
热议问题