commit | 494e372856d2f105f8ef8de899eade2c72f8f237 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Sep 21 13:51:48 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Sep 21 13:51:48 2018 +0900 |
tree | dc89bf8214414f39535ba6d1708d8cc516a6e279 | |
parent | 18410896bc429b0cb725e2b979b819688b1cc116 [diff] |
Update bazlets to latest stable-2.14 to build with 2.14.13 API Change-Id: I5353bacf852f4575317aaebe17e8db188a671b65
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.