Reputation: 37
i am trying to get a list of all checkins made by a developer to the p4 repository since the beginning of time. I was unable to get this to work correctly from p4 command line. Can someone help?
Upvotes: 3
Views: 4511
Reputation: 16359
I think this should work: p4 changes -s submitted -u user1220569
For details refer to the Documentation for p4 changes
Upvotes: 7