Creating a post-checkin code review on the command lineIf you prefer to do post-checkin code reviews with Code Review on the command line, you can use our kwscm 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 any revisions you want to add into your history. You can also specify some commands native to your SCM. To see which options are supported for your SCM, see Kwscm 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: kwscm --url http://server01:8080/zlib svn --revision rev4:rev8 http://devserver/svn/myproject In this example:
|