Linux-Redmine usage
Redmine usage
Address: http://blog.csdn.net/caroline_wendy
RbTools
1. installation:
Svn co https://dev.cxxxyx.mobi/svn/branches/RBTools-0.5 & cd RBTools 0.5 & sudo python setup. py install & cp _ reviewboardrc ~ /. Reviewboardrc & vim ~ /. Reviewboardrc
2. Configuration:
In~ /.ReviewboardRcSelect your group (Android, IOS, Server, etc),On the review boardUsername and password (required by the Administrator).
The user name and password of the group must be applied by the Administrator.
3. Use:
After setting, enter the code directory (assuming you need to Review the Code)
1. display changes:
$ Svn diff
2. Send a Review, -- add the specific modification content in the summary,Replace "bug fix"For the actual modification:
$ Post-review -- summary = "bug fix"
3. Submit the code. "8868" indicates the code number and "MOD" indicates the modification content:
$ Svn ci-m "review: 8868 MOD: bug fix"