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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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