代码协作者 + Perforce:自动提交变更列表?
有谁知道是否可以配置 CodeCollaborator 在代码审查完成后提交更改列表? SCM 是Perforce。
将代码审查 ID 附加到变更列表描述的奖励积分。
Does anyone know if it's possible to configure CodeCollaborator to submit the changelist when the code review for it is complete? The SCM is Perforce.
Bonus points for appending the code review ID to the changelist description.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
待更改列表中的文件内容仅存在于开发人员的计算机上,因此 Code Collaborator 服务器无法自动提交它。
但是,当待定更改列表的审核完成时,Code Collaborator 确实提供了“提交文件”操作项,以提醒您进行提交。如果您正在运行 Code Collaborator Tray Notifier,则双击“提交文件”操作项将打开一个对话框,用于提交审阅中的更改列表。
您可以通过配置 Code Collaborator“update-changelist”Perforce 触发器,在提交时自动将审阅 ID 添加到变更列表描述 - 请参阅 Code Collaborator 手册:http://smartbear.com/docs/manual/5.0/ccollab_admin_trigger_update_changelist.html
The file content in the pending changelist only exists on the developer's machine, so there's no way for the Code Collaborator server to submit it automatically.
However Code Collaborator does provide a "Commit Files" action item when a review of a pending changelist is complete to remind you to do the submit. If you're running the Code Collaborator Tray Notifier then double-clicking on the "Commit Files" action item opens up a dialog that commits the changelist(s) that were in the review.
You can append the review ID to the changelist description automatically on submit by configuring the Code Collaborator "update-changelist" Perforce trigger - see here in Code Collaborator's manual: http://smartbear.com/docs/manual/5.0/ccollab_admin_trigger_update_changelist.html