RE: Resizing an existing repository while keeping the revision numbering
From: Oleg X Rasskazov <oleg.x.rasskazov_at_jpmorgan.com>
Date: Wed, 22 Jul 2009 17:34:56 +0100
As it happens, subversion is really efficient with storing binary deltas, especially if you are talking
Question though remains. Is it possible to add a flag to the svn load saying "start loading dump from revision nnnn?"
Doing svn ci of a dummy file via Perl script takes too long (about 2-3hours for 20k dummy revisions on my box).
A usage scenario is when you would like to have a mirror for all the revisions from now on, and do not bother with doing a 2-3 day sync over a slow connection for the whole repo.
best regards,
-----Original Message-----
On Wed, Jul 22, 2009 at 08:55, Andrey Repin<anrdaemon_at_freemail.ru> wrote:
Subversion performs a binary diff algorithm on all files for storage.
------------------------------------------------------
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.