commit | 0680726ac47d22471b24e4d082b14c9968150d3f | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Sep 10 08:53:09 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Sep 18 09:25:00 2018 +0900 |
tree | 6d885c380240c9695f7ba023fe6cdbdb2e9068d4 | |
parent | 6176447ab75842a6b16e164ae8f4389b3116be81 [diff] |
Format all build files with buildifier Change-Id: Ifbbc3e40b15f4afe818e7cc958840aa36e2cbcb7
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.