Re : Re: filter a dump without deleted files
From: Nicolas <n.escuder_at_atlantis-software.net>
Date: Tue, 28 Apr 2009 14:36:29 +0200
Thanks for you answer. I know this method but i have a lot of files and directory that can't be passed as arguments because my argument list is too long....Is it possible that svndumpfiler read excludes from a file ?Or another utility for doing this ?If i use the solution of dumping the HEAD revision how can i create empty revisions in the new repositoryfrom 1 to HEAD - 1 and load the dump after, for constitency of the already checkout users.Sorry for my english ...Escuder Nicolas__________________________________________________________________________
Le : 27/04/09 à 01:02
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 li!
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.