commit | 7a8f8912d47e08166f94770e51f500356d49d463 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Feb 17 16:38:28 2016 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Feb 18 12:12:47 2016 +0900 |
tree | bb6e3ad50c5c269fc6cf74f6cbcc172a25fef6dd | |
parent | d5170e1555627ea9ced1f54e28df9e8968a1dc3c [diff] |
Don't use deprecated X509HostnameVerifier Use HostnameVerifier instead, per the documentation [1] [1] https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/conn/ssl/X509HostnameVerifier.html Change-Id: I4d9a213ad03d25d3f2c3624f5728b7d13f03dcc2
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.