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

Re: Faking obliteration

From: Paul L Lussier <pll_at_lanminds.com>
Date: 2003-07-15 21:30:25 CEST

In a message dated: 15 Jul 2003 21:22:59 +0200
Martin v. =?iso-8859-15?q?L=F6wis?= said:

>Is there a way to obliterate information from a repository, perhaps
>automatically? I'd like to permanently remove a certain file from the
>repository. To do so, it would be acceptable to rebuild the directory
>from scratch, skipping all information relevant to that file, or to
>operate on the repository directly.
>
>Can anybody give hints on how to achieve that?

Try:
    svnadmin create /path/to/new/repo

    svnadmin dump /path/to/repo | svndumpfilter path/to/obliterate | \
      svnadmin load /path/to/new/repo

That *should* work. I think :)

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 21:31:28 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.