On Wed, Nov 28, 2012 at 5:57 PM, Matthew Bluhm <matthew.bl...@bluhm.biz> wrote:
> There were some binary files that were included as part of the projects that
> weren't necessary, so its tons of seemingly small mistakes.
>
> The repository was started 5 1/2 years ago.  Revision #6,000 was about 2
> years ago.  I have never used any history older than 24 months.
>
> Even though 10 GB doesn't seem big, about 2/3 of it is a waste, so its
> wasting time and money.
>
> I agree that the whole idea is too keep the history, but oldest transactions
> provide the least value for me.


This is an easier problem to solve than getting rid of old revisions.
Just create a dump file of your repository and pipe it through
svndumpfilter using the --exclude option to remove any paths you want
to remove from your repository.  Then load the end result into a new
repository  This will allow you to strip out the large binary files
and recover disk space without needing to drop revisions.

Simply removing the first 6000 revisions is not going to accomplish
what you want.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to