commit | 7626be8c6140529c00343201b7dc51f3ed8b62a8 | [log] [tgz] |
---|---|---|
author | Björn Pedersen <iceelch@googlemail.com> | Fri Mar 18 11:13:32 2016 +0100 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Sat Mar 19 10:17:28 2016 +0000 |
tree | eac2a7e9d978cb2fe48e7b709e02abeabaa0fc7b | |
parent | 0b5ebe5a5b72ae57f6caef4e78d7b4e85770b9f6 [diff] |
ChangeIndexer moved to change subpackage Follow changes done in https://gerrit-review.googlesource.com/#/c/75814 Change-Id: I10c37984545a73b35ee4af316842b69d7b06f4e5
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.