> -----Original Message----- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: donderdag 28 januari 2016 13:38 > To: Gert Kello <gert.ke...@gmail.com> > Cc: users@subversion.apache.org > Subject: Re: Svn 1.9 repository 20% bigger than svn 1.8 repository > > Gert Kello <gert.ke...@gmail.com> writes: > > > I have a svn 1.9 repository, created with svnsync, that has ~150000 > > revisions and size about 45 GB. Due to some issues in svn-all-fast-export I > > wanted to have svn 1.8 version repository so I downgraded it by doing > > svnadmin (v 1.9) dump /svnadmin (v 1.8) load cycle. I was surprised that > > the size of v 1.8 repository is "only" 37.5 GB > > I tried to compare content of db\revs folder: some files are bigger in 1.8 > > repo, some in 1.9 repo.
Just to be sure: that 1.9 repository was recently created with 1.9 and then loaded via svnsync? Or was it upgraded from previous versions? Did you try to svnadmin load the same repository into a new 1.9 repository? (I would be interested in that result). 1.9 should also be able to create repositories compatible with older versions. You might have a very interesting testcase at hand :-) But with such a size repository it might be hard to test different variants. Bert