[p4] Changelist Modification

Ivey, William william_ivey at bmc.com
Sat Mar 3 11:58:49 PST 2007


> -----Original Message-----
> From: perforce-user-bounces at perforce.com
> [mailto:perforce-user-bounces at perforce.com]On Behalf Of Tyler Hopaluk
> 
> I have a need to modify the descriptions of changelists after 
> they have been submitted and I was wondering how to do this?

If you have at least admin rights, you can do it from the
command line or p4win (you'll see an "Edit" option), not
sure about p4v. The command line is: p4 change -f change#

In our system I've granted some leads the right to do this
by creating an admin group and granting admin rights to that
group with a non-existent depot path. They can only run
admin level commands that don't require a path. (They can't
run p4 obliterate, for example.) The protect table entry
looks like:  admin group admingroup * //NoWhereAtAll/...

-Wm





More information about the perforce-user mailing list