Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

assign a shelved changlist in perforce?

I'm really excited about Perforce's new shelve command. They say that you should be able to "reassign" the changelist to someone else, who can then unshelve it.

How do I reassign a shelved changelist? Is there a way to do it in p4v, or only at the commandline?

like image 897
Denise Avatar asked Feb 27 '23 01:02

Denise


2 Answers

Of the top of my head, because I don't have p4v at hand: Select the pending changelist in your client, open the context-menu with a right mouseclick and select "shelve". On another client, you can browse to the pending changelists, select the right one and unshelve it; this results in a local pending changelist on this client.

like image 185
jhwist Avatar answered Mar 01 '23 23:03

jhwist


The new version of Perforce (2010.1) allows you to right click a changelist that has shelved files and select "Change Ownership...".

like image 36
Chance Avatar answered Mar 01 '23 23:03

Chance