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

Re: Removing files from repository

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-04 22:47:46 CEST

Sancho Neves-Graca <sancho@neves-graca.org> writes:

> In the meantime, is there any workaround to accomplish the permanent
> deletion?

You can dump the repository using 'svnadmin dump', and hand-edit the
dumpfile to remove all references to the file you wish to delete.
Then reload the dumpfile into a new repository (using 'svnadmin
load').

Some warnings: if you have binary files, make sure your text editor
won't munge that binary data when you edit the dumpfile (my Emacs is
pretty bad about doing this, sadly). Also, make sure you understand
the dumpfile format before hopping around willy nilly with your 'yank'
command.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 4 22:48:56 2003

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.