[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Renew SVN repository

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 09 Jun 2009 10:55:48 -0500

Andrea Antonio Maleci wrote:
> That’s what I did, but I still have data (read space used) on my repository.
>
> My backups are everyday bigger, and I don’t find any way to reduce it.
>
> Any other idea? No tools indeed?
>
>
>
> P.S. There is no option of svnadmin called reload on SVN 1.5.6.
>
> Do you mean “svnadmin load”?

Yes, it is 'load', but filtering is the complicated part:
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering
That is currently the only way to remove things from the repository. If
you only commit text that developers are typing, the repository will
grow fairly slowly because the revisions are stored as efficient deltas.
  If you are adding a lot of binary data that changes with each revision
it will grow a lot faster.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360673
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-09 17:56:51 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.