Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perforce - getting email on every checkin

Is there a way to get Perforce to send you an email on every check to a particular depository?

like image 448
Himadri Choudhury Avatar asked Feb 25 '09 22:02

Himadri Choudhury


2 Answers

Yes. Type "p4 user" to see your user configuration and then under "Reviews:" put the filespec of the area in depot where you'd like to get notified on a check-in, as in:

Reviews:
    //depot/myproject/...

See this section of the P4 command reference for more info.

like image 70
Jeff Moser Avatar answered Oct 20 '22 11:10

Jeff Moser


In p4v (visual client)

  1. Connection -> Edit Current User

  2. Enter the path to your repository under Reviews

This is correct for OSX & Windows.

like image 34
Heinz Avatar answered Oct 20 '22 13:10

Heinz