Reputation: 1253
Is there a way to get code-reviews done by PEER before submitting the changes in Perforce?I heard p4 shelve
is an option,is it right?is there a better way?
p4 [g-opts] shelve [files ...]
Upvotes: 4
Views: 2372
Reputation: 71454
I would say that "p4 shelve" is the best way to do code review. You might want to look at Swarm, which offers code review features that are based around shelving.
https://www.perforce.com/perforce/r16.1/manuals/cmdref/p4_shelve.html https://www.perforce.com/perforce/r16.1/manuals/swarm/chapter.code_reviews.html
Upvotes: 4