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

Re: Remove old revisions - merge old revs into one?

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 22 Aug 2008 03:45:02 -0500

On Aug 22, 2008, at 02:39, Michael Schmarck wrote:

> Is it possible to merge all the "old" (however that's defined)
> revisions into one and then dump everything that's been done
> before that "old" rev.?
>
> Reason: I don't really need to keep a history of everything
> back to "day 1".

That's not a good reason.... :)

The repository stores things efficiently, storing only changes
between revisions. So you probably won't gain much by deleting part
of the history, and you lose a lot -- the history! In some cases,
when you go to the effort of removing old revisions, your repository
even ends up much larger. (Cheap copies can become non-cheap, for
example, if the source of the copy goes away with your deleted
revisions.)

The tools to accomplish the deletion of revisions are svnadmin dump,
svndumpfilter, and svnadmin load, if you're curious, but as I said, I
don't recommend you doing this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-22 10:45:30 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.