Merge lp:~jelmer/launchpad/update-bzr-svn into lp:launchpad

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Tim Penhey
Approved revision: no longer in the source branch.
Merged at revision: 11474
Proposed branch: lp:~jelmer/launchpad/update-bzr-svn
Merge into: lp:launchpad
Diff against target: 29 lines (+3/-3)
2 files modified
lib/canonical/config/schema-lazr.conf (+2/-2)
utilities/sourcedeps.conf (+1/-1)
To merge this branch: bzr merge lp:~jelmer/launchpad/update-bzr-svn
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Launchpad code reviewers code Pending
Review via email: mp+34041@code.launchpad.net

Commit message

Update to newer version of bzr-svn.

Description of the change

Update Launchpad to use the latest version of bzr-svn. This newer version fixes a number of bugs, including three that were reported against Launchpad-code. One of these bugs affects a fair number of imports, the other two only cause a couple of imports to fail.

As I've discussed with Tim on IRC a couple of weeks ago, this also increases the number of revisions that is processed by importers for bzr-svn and bzr-git imports. The memory usage in both has been reduced and there is a fair amount of overhead when starting and finishing an import so there is a clear advantage in processing more revisions at a time.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/config/schema-lazr.conf'
2--- lib/canonical/config/schema-lazr.conf 2010-08-26 20:26:32 +0000
3+++ lib/canonical/config/schema-lazr.conf 2010-08-30 01:02:43 +0000
4@@ -472,10 +472,10 @@
5 consecutive_failure_limit: 5
6
7 # Import only this many revisions from git at once.
8-git_revisions_import_limit: 10000
9+git_revisions_import_limit: 30000
10
11 # Import only this many revisions from svn (via bzr-svn) at once.
12-svn_revisions_import_limit: 1000
13+svn_revisions_import_limit: 5000
14
15
16 [codeimportdispatcher]
17
18=== modified file 'utilities/sourcedeps.conf'
19--- utilities/sourcedeps.conf 2010-08-18 14:14:41 +0000
20+++ utilities/sourcedeps.conf 2010-08-30 01:02:43 +0000
21@@ -2,7 +2,7 @@
22 bzr-git lp:~launchpad-pqm/bzr-git/devel;revno=258
23 bzr-hg lp:~launchpad-pqm/bzr-hg/devel;revno=282
24 bzr-loom lp:~launchpad-pqm/bzr-loom/trunk;revno=48
25-bzr-svn lp:~launchpad-pqm/bzr-svn/devel;revno=2709
26+bzr-svn lp:~launchpad-pqm/bzr-svn/devel;revno=2710
27 cscvs lp:~launchpad-pqm/launchpad-cscvs/devel;revno=432
28 dulwich lp:~launchpad-pqm/dulwich/devel;revno=424
29 loggerhead lp:~launchpad-pqm/loggerhead/devel;revno=176