Re: Pruning old revisions
From: Benjamin Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Thu, 17 Jul 2008 13:47:47 +0200
On Jul 17, 2008, at 13:22, Matt Benic wrote:
> Hi all,
Well, you could dump the repository starting with the oldest revision
svnadmin dump /repo/old -r $Y --deltas > repo.svndump
--> http://svnbook.red-bean.com/en/1.1/re31.html
svnadmin load /repo/new < repo.svndump
--> http://svnbook.red-bean.com/en/1.1/re36.html
You should probably *not* make use of --force-uuid in this case since
See also
--> http://subversion.tigris.org/faq.html#dumpload
This may or may not actually make things smaller. If, for example,
--> http://svnbook.red-bean.com/en/1.1/ch04s02.html#svn-ch-4-dia-3
// Ben (bpsm)
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.