commit | d69a2a09b023b5cc8121959c36d1e7b6fa159370 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Sat Apr 14 10:10:07 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Sat Apr 14 10:10:07 2018 +0900 |
tree | c107092d8178aec4e1757f886edbf1f683e32d30 | |
parent | 46191d1f9e08f8bf304821892f13862f4f7cdbd6 [diff] |
Format all Java files with google-java-format Change-Id: I4c8cf6c2b32f3707674d048ae28d6232e2ebfad5
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.