commit | 958a4a74171740116e0c48b1c84f7c7e5238f427 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Mar 05 11:46:45 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Mar 05 11:48:06 2019 +0900 |
tree | 64d169dc717388e9f66f0350a0b65185f0cfe920 | |
parent | e5bf299c698c5baa5501b8581183c299a7a46aff [diff] |
Upgrade bazlets to latest stable-2.14 - Avoid using deprecated depset union Change-Id: I0f56e2705f20496b970b3aa8e774daa555c1ba34
The importer plugin allows to import projects from one Gerrit server into another Gerrit server.
Projects can be imported while both source and target Gerrit server are online. There is no downtime required.
The git repository and all changes of the project, including approvals and review comments, are imported. Historic timestamps are preserved.
Project imports can be resumed. This means a project team can continue to work in the source system while the import to the target system is done. By resuming the import the project in the target system can be updated with the missing delta.
The importer plugin can also be used to copy a project within one Gerrit server, and in combination with the delete-project plugin it can be used to rename a project.