I'm attempting to create a script (If possible) which can fetch a specific CL from perforce and lists the streams or branch that it has been integrated into along with the CL of that integrate and maybe some other details (Like user of check in or file history)
I've been looking over some of the P4 Docs and haven't found anything yet... So wondered if anyone has experience in this area.
My end goal is to create a website (Which I had a previous company) which can display this nicely but I'd like to get the scripts up and running first.
Example: I enter CL 12345 in the script and I get a list back with each stream that change is in and the CL that change was integrated into that branch.
I know revision graph does this but I want something that can be used by non tech savy people.
Thanks!