[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Vedr: revision number offset

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 20 Oct 2011 19:54:54 -0400

On Thu, Oct 20, 2011 at 17:23, Ryan Schmidt
<subversion-2011a_at_ryandesign.com> wrote:
> On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik wrote:
>
>> In many cases with small projects I move the repository around
>> (like we have been used to with git)
>> svnadmin dump <repository> | bzip2 > repository_revXX.svndump.bz2
>> and then:
>> svnadmin create <parth to repository>
>> bzip2 -dc repository_revXX.svndump.bz2 | svnadmin load <path to repository>
>> This works fine up to around 100-150 revisions, then it becomes slow [...]
>
> In what way does it become slow?
>
> Many projects have much larger repositories that are not slow. The MacPorts Project's repository has over 86,000 revisions now; the Apache Foundation's Subversion repository has over a million revisions.

I think he means the process of dumping & loading the repository to
move it around. If you did a weekly dump/load cycle on the ASF
repository for the purpose of copying changes around like he's doing,
I imagine it'd get slow.
Received on 2011-10-21 01:56:06 CEST

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.