Creating a pre-checkin code review on the command lineIf you prefer to do pre-checkin code reviews with Code Review on the command line, you can use our kwcodereview utility. You can use this command with any of our supported SCM's. To run the command for your SCM, you simply need to specify the command along with several options such as adding reviewers, specifying a message and adding any tags. You can also specify commands native to your SCM. To see which options are supported for your SCM, see Kwcodereview. Note: If LDAP or NIS access control has been set up, you will first need to authenticate with the server. See Kwauth for more information.
The following is an example of what the command would look like if you were to submit a code review on the command line using SVN. kwcodereview --url http://server01:8080/zlib --message "Fix for PR55555" --reviewer fbrown,jblack --tags myTag1,myTag2 svn . In this example:
|