commit | b69275696861df86bb1e6d89637161cf5ab20461 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Dec 05 13:50:54 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Dec 05 13:50:54 2018 +0900 |
tree | 024061d5b3d037f4eda0330489a190133c041a9f | |
parent | ec45cb91ac425fdbe93d5294afdf1592ff898a84 [diff] |
Bazel: Include eclipse-out directory in .bazelignore Since [1] (included since 0.17) Bazel added support for a .bazelignore file, allowing to specify directories that should be ignored. [1] https://github.com/bazelbuild/bazel/issues/4888 Change-Id: I8dfd9b5701dfcc85fd51f626af448d0306b02857
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.