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

removing stuff from repository, permanently

From: Alexander Sabourenkov <screwdriver_at_lxnt.info>
Date: 2003-03-06 14:02:59 CET

Hello.

As far as I know, there currently is no way to completely remove a part of repository,
short of editing a dump file by hand or writing scripts to do that.

I am about to start hacking on svnadmin and libsvn_repos to allow excluding selected paths when loading
a dump file.

I think this is possible by extending svn_repos_load_fs() to take a list of path-prefixes and
a flag to determine the meaning of the list : whether to exclude listed prefixes from
loading into repository or to load only matching paths.

By dumping in carefully selected ranges of revisions and loading those dumps excluding even more carefully
selected paths it would be possible to get rid of any undesired information.

Is this worth doing?

-- 
./lxnt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 14:04:21 2003

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.