commit | 0516c9d85d8049b89c61e0000345d060160cf018 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Mar 20 11:29:51 2019 +0000 |
committer | Marco Miller <marco.miller@ericsson.com> | Wed Mar 20 09:20:02 2019 -0400 |
tree | 270b61ce506f2e03d933c08db413cdf699ef7374 | |
parent | 3599a5eb8ee96395052b5dc8730eee3e6bb09c37 [diff] |
Extend ServletModule instead of HttpPluginModule As described in I3b89150d1. Change-Id: Ic91ce95719c6bccc73cc29a2139a2274f20d1939
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.