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

Re: Best practices on how to reorganize repository

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Fri, 28 Mar 2008 10:48:11 -0400

Dieter Oberkofler wrote:
> 1) Physically remove branches and tags that are no longer needed?
> 2) Physically remove removed files (that should never have been in the
> repository in the first place)?
> 3) Physically remove old history revisions?

None of these options are currently possible with the existing Subversion code
(search the archives for 'svn obliterate' for the many discussions on this
topic). The only current solution is a dump/load cycle using svndumpfilter (or
its ilk) to strip out the files you don't want present. If you have been using
this repository for some time (i.e. pre-1.4), this would also net superior
compression of the remaining repository files (assuming you are using FSFS and
not BDB).

Sorry

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-28 15:48:17 CET

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.