On Jan 12, 2012, at 01:56, Thorsten Schöning wrote: >> Is that any way to compress and reduce the repositories size without any >> impact?
The repository is already stored compressed. Newer versions of Subversion store revisions in repositories more efficiently, but will not rewrite old revisions stored by older versions. For maximum space savings, dump and load, as Thorsten said below; this way, all revisions will be stored in the most efficient format. > Depending on your current repository format, the repository can be > packed and repository sharing can be used, some kind of deduplication > which can reduce repository sizes if a lot of comparable or even > identical files are checked in. To get maximum benefit of this a > complete dump and load cycle of your repository is needed. > > http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#svn.reposadmin.maint.diskspace The feature is called *representation* sharing, by the way.