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

Re: subversion usage questions

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-07 00:19:59 CEST

On Thu, Aug 01, 2002 at 10:46:19AM -0500, Ben Collins-Sussman wrote:
> Will Holcomb <will@himinbi.org> writes:
>...
> > If I have a single repository then there is no way for me to remove a tree
> > completely, is there? From what I was reading of how the trees and deltas
> > and what-not are stored it seems like it would be hard.
>
> No, the svn repository only grows. There's no "attic" you can delete
> stuff from. Someday we'll have a way to remove chunks of history.
> (See the 'svn obliterate' feature request issue.)

Actually, people could do this today:

1) dump the repository to DUMPFILE
2) run some kinda script that rewrites the sections to obliterate, producing
   DUMPFILE2
   (probably want to keep the same revs; just edit the contents)
3) load DUMPFILE2 into a new repository

All this is possible *today*. And our dump file format is documented in
notes/fs_dumprestore.txt. Assuming that we are good about keeping our
dump/load compatible with that, then people can start writing all kinds of
neat tools to operate on dumpfiles.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 7 00:16:48 2002

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

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