commit | 42101bbaeac278a8382f4755276a2afb290d7b99 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Jun 13 09:51:37 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Jun 13 09:51:37 2019 +0900 |
tree | 58e6c3413b930d89abf8c11e1ac881d09900521c | |
parent | 5789f297b74b11d7dd7099ab70beaa598b00de9e [diff] |
Upgrade bazlets to latest stable-2.15 to build with 2.15.14 API Change-Id: I411009a20dbaff2281a58e2cd2fdc47dab528ddf
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.