@PLUGIN@ export - Export successful reviews to refs/notes/review
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ export [--threads <N>]
Scans every submitted change and creates an initial notes branch detailing the previous submission information for each merged change.
This task can take quite some time, but can run in the background concurrently to the server.
Caller must be a member of the privileged ‘Administrators’ group.
--threads <N>
: Number of concurrent threads to run. By default 2.
This command can only be run on a server which has direct connectivity to the metadata database, and local access to the managed Git repositories.
To generate all review information:
$ ssh -p 29418 user@review reviewnotes export --threads 16