Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to list my shelved changes in perforce?

Tags:

perforce

p4 shelve saved a lot of my effort to edit the same file with different changes.

The problem is after i shelved some changes, I start to forget what I've shelved. Is there a way to list all the changes I've shelved? I checked p4 help unshelve/shelve but could not find the option.

like image 844
Dyno Fu Avatar asked Mar 06 '12 06:03

Dyno Fu


People also ask

What are shelved files in Perforce?

Shelving in Perforce allows users to store and share file snapshots on the central server. This can be useful for allowing others to review your work, moving your progress to another workspace, validating builds on multiple platforms, and preserving your work so that you can work on another project.

What is a shelved Changelist?

The Helix Server shelving feature enables you to temporarily make copies of your files available to other users without checking the changelist into the depot.


1 Answers

This should list all the shelved changes per user.

p4 changes -u <USERNAME> -s shelved 
like image 110
Tuxdude Avatar answered Sep 19 '22 11:09

Tuxdude