3 г. назад
Posting Changesets
Perforce has a concept of changesets, which are server-stored descriptions of a change along with an ID number and associated files. For Perforce, Review Board stores changeset numbers of a posted change and can use these to associate particular changes with review requests.
To post a review request for a specific change, or to update an existing review request for that change, type:
$ post-review CHANGENUM
Where CHANGENUM is the changeset number in Perforce.
The diff will be generated and uploaded to Review Board, and the review request information will be update
Perforce has a concept of changesets, which are server-stored descriptions of a change along with an ID number and associated files. For Perforce, Review Board stores changeset numbers of a posted change and can use these to associate particular changes with review requests.
To post a review request for a specific change, or to update an existing review request for that change, type:
$ post-review CHANGENUM
Where CHANGENUM is the changeset number in Perforce.
The diff will be generated and uploaded to Review Board, and the review request information will be update
3 г. назад
Depending on the repository type, post-review will either require a changeset number, or it will rely on the changes in the current source tree. The end result is that post-review will build a diff and post it to a Review Board server. The diff and any additional review request information will be saved on the server as a draft, which can then be published.
After posting a new review request or updating an existing one, post-review will display the URL of the review request. If the -o parameter is passed, a browser will be opened to that URL.
The following subsections will explain how po
After posting a new review request or updating an existing one, post-review will display the URL of the review request. If the -o parameter is passed, a browser will be opened to that URL.
The following subsections will explain how po
3 г. назад
post-review is a command line tool for Windows, Linux and MacOS X that simplifies both creating and updating review requests. It can look at your source directory, generate a diff, and upload it to a new or existing review request on an associated Review Board server. This saves a lot of time over the web UI, and for some types of code repositories (such as Perforce), it’s actually required in order to produce a compatible diff.
post-review is part of the RBTools package, and can be installed and upgraded by runnin
post-review is part of the RBTools package, and can be installed and upgraded by runnin