commit | 635ca7c79b479ebd92a3c9465f8ba36e4e661d8e | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Jul 03 19:53:54 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Jul 03 19:53:54 2019 +0900 |
tree | dbe5356d71b54f2284b647db2ca9856b1a2d84ab | |
parent | 34c7a4a9363d8cd6c499ac6727dfbab48d43515d [diff] |
Upgrade bazlets to latest stable-2.14 - download_file.py: Synchronize curl options with gerrit core Change-Id: Ic57b35e489a4a95a2e8a259741c79d38ba657047
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.