Re: filter a dump without deleted files
From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Sun, 26 Apr 2009 18:02:08 -0500
On Apr 26, 2009, at 17:05, Nicolas wrote:
> How can i filter my dump file for removing history and deleted files ?
If you would like to permanently remove files which have been deleted
For removing some amount of past history, just don't dump that part.
svnadmin dump -r1000:HEAD /path/to/repo > dumpfile
Note, though, that removing history can *increase* the size of your
http://subversion.tigris.org/svn_1.6_releasenotes.html#rep-sharing
Even if disk space is not increased, you would lose the knowledge
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.