On Jan 2, 2018, at 9:37 PM, Keva-Slient <356730...@qq.com> wrote: > > > inodes usage of my svn server grows up quickly as repositories commits > increasing. > there are many reversion files in xx/db/revs/[0-9]+/[0-9]+. > > is there any way storing all version files into one file? or any other way > to solve this problem.
See "svnadmin pack" command in svn-book. I don't have the link handy unfortunately.