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

Re: Cleaning the repository...

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-01-16 17:15:41 CET

On 1/16/07, Sébastien Filion <sfilion@finrad.com> wrote:
> I want to know how to clean my repository.
>
> When I delete a branch, the content stay in the history of my repository.
>
>
>
> Is there an alternative to the pattern DUMP\FILTER\RELOAD ??

By design, this is the only way (currently). The whole point of using
a system like Subversion is to keep all your history.

Unless you made significant changes to every file in that branch and
had a lot of binaries, you likely won't reclaim much space anyway, due
to Subversion's diff algorithm and cheap copies. At best, you'll be
rewriting history, and depending on what the branch was for, losing
important information about what happened in your project and why.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 16 17:16:12 2007

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.