commit | ec45cb91ac425fdbe93d5294afdf1592ff898a84 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Nov 29 11:24:20 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Nov 29 11:24:20 2018 +0900 |
tree | 3da9feb0993d129411fe5dfa10093c43641edc97 | |
parent | 4e5855905a7da006c7445bdc31b281eeb9935514 [diff] |
Add explanatory comment to empty BUILD file(s) Change-Id: Ifc4e5146672ffa35ba45882cafaae82bf9ea5751
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.