commit | d2b4248746131545851f52884b22ea581c0fbb6f | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Wed Sep 20 18:37:39 2017 -0400 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Thu Sep 21 13:31:16 2017 -0400 |
tree | a1f2be3098bed65ca1b5a2e896c52fd878ac1921 | |
parent | 31f645c41259c802240057c57d1d8306d5d03a70 [diff] |
Adapt to changes in Gerrit API Change-Id: I3ff44cad8463c6c313c50481228ec5e32e628c19
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.