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
=== modified file 'lib/canonical/config/schema-lazr.conf'
--- lib/canonical/config/schema-lazr.conf 2010-08-26 20:26:32 +0000
+++ lib/canonical/config/schema-lazr.conf 2010-08-30 01:02:43 +0000
@@ -472,10 +472,10 @@
472consecutive_failure_limit: 5472consecutive_failure_limit: 5
473473
474# Import only this many revisions from git at once.474# Import only this many revisions from git at once.
475git_revisions_import_limit: 10000475git_revisions_import_limit: 30000
476476
477# Import only this many revisions from svn (via bzr-svn) at once.477# Import only this many revisions from svn (via bzr-svn) at once.
478svn_revisions_import_limit: 1000478svn_revisions_import_limit: 5000
479479
480480
481[codeimportdispatcher]481[codeimportdispatcher]
482482
=== modified file 'utilities/sourcedeps.conf'
--- utilities/sourcedeps.conf 2010-08-18 14:14:41 +0000
+++ utilities/sourcedeps.conf 2010-08-30 01:02:43 +0000
@@ -2,7 +2,7 @@
2bzr-git lp:~launchpad-pqm/bzr-git/devel;revno=2582bzr-git lp:~launchpad-pqm/bzr-git/devel;revno=258
3bzr-hg lp:~launchpad-pqm/bzr-hg/devel;revno=2823bzr-hg lp:~launchpad-pqm/bzr-hg/devel;revno=282
4bzr-loom lp:~launchpad-pqm/bzr-loom/trunk;revno=484bzr-loom lp:~launchpad-pqm/bzr-loom/trunk;revno=48
5bzr-svn lp:~launchpad-pqm/bzr-svn/devel;revno=27095bzr-svn lp:~launchpad-pqm/bzr-svn/devel;revno=2710
6cscvs lp:~launchpad-pqm/launchpad-cscvs/devel;revno=4326cscvs lp:~launchpad-pqm/launchpad-cscvs/devel;revno=432
7dulwich lp:~launchpad-pqm/dulwich/devel;revno=4247dulwich lp:~launchpad-pqm/dulwich/devel;revno=424
8loggerhead lp:~launchpad-pqm/loggerhead/devel;revno=1768loggerhead lp:~launchpad-pqm/loggerhead/devel;revno=176