Re: Question on svnsync - want to quickly start from rev 800000
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 04 Feb 2010 12:21:06 +0000
Julian Foad <julian.foad_at_wandisco.com> writes:
> (How to quickly generate empty revisions? Using the bindings should be
You can use dump/load and svndumpfilter to generate empty revisions:
rm -rf repo && svnadmin create repo
You could create all 800,000 revisions like this but it's faster to
svnadmin dump repo > 1000emptyrevs
Do it in a RAM filesystem for speed -- in a tmpfs filesystem my
-- PhilipReceived on 2010-02-04 13:21:45 CET |
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.