git - svn有什么code review工具推荐?
習慣沉默
習慣沉默 2017-05-02 09:20:25
0
4
1173

git有gitlab这个神器,svn有什么类似的工具可以推荐?

背景:
跳到一初创公司,代码是svn的,没有code review,导致有些同事代码写的很坑爹,虽然功能能跑,但很不方便维护和拓展,bug也不断暴露,这样的代码已经积累到了一定程度,我想乘着项目还不算大,必须要开始做code review, 用git是可以解决,奈何他们习惯svn,不愿意换,求助。

//补充
我看了下reviewboard和phabricator的review过程,都是让svn管理下的代码生成diff patch,然后提交这个patch(还好有命令行工具可以简化过程),再review 这个patch,这和gitlab直接review 对应分支比较起来,相对麻烦点,没有更好的?

習慣沉默
習慣沉默

reply all(4)
Peter_Zhu

Code review has nothing to do with whether you use svn or git. In the past, everyone who used svn did code review

小葫芦

Redmine can integrate Jenkins for CI, and there is also a code review plug-in

过去多啦不再A梦

reviewboard, and Facebook’s Phabricator, the latter is more popular.

左手右手慢动作

crucible
https://www.atlassian.com/software/crucible/overview

Can be integrated with jira

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!