commit | 983adeea9ed9f243c1580b3e1112a6c4a4fd58b4 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Jun 25 10:26:37 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Jun 25 10:27:26 2019 +0900 |
tree | cb19acb3bbea5760fd1edadfc83171edf9b62f88 | |
parent | 2d6e4d1bb053864840bfbafadb84ca9e4313722e [diff] |
ListImportedProjects: Stop using deprecated fileTreeTraverser method Use fileTraverser as recommended. Also replace preOrderTraversal with depthFirstPreOrder as recommended. Change-Id: I1c13397e3b123879d9c1f6780da80eb3122005d9
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.