commit | 3e5558316e33ceca9b76bddda85a9e8e8f454c31 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Aug 02 12:47:32 2017 +0000 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Thu Sep 21 13:33:49 2017 -0400 |
tree | 4477b3a2aa88dfc89f43b11cae7fa5bf737a56d3 | |
parent | d2b4248746131545851f52884b22ea581c0fbb6f [diff] |
CopyProject: Remove @Singleton annotation The class has a Writer member that is non-final and can be set by callers, so it should not be annotated as @Singleton. Change-Id: I47c8a4d5bda312ea18a222fb317d545b13d35b70
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.