Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I display a particular changelist number in p4v?

When viewing submitted changelists in p4v, is there a way to display a particular changelist number? That is, how I do the equivalent of p4 describe in p4v? Can I filter for a particular changelist number? I don't see how.

like image 734
Daryl Spitzer Avatar asked Feb 24 '10 19:02

Daryl Spitzer


People also ask

What is perforce default Changelist?

Perforce maintains a default pending changelist in the system metadata for every workspace. When you check out a file, you can add it to the default pending changelist for your workspace or create a new numbered pending changelist for your work.

How do I create a new Changelist?

To create a numbered changelist, issue the p4 change command. This command displays the changelist form. Enter a description and make any desired changes; then save the form and exit the editor. All files open in the default changelist are moved to the new changelist.

How do I change the description of submitted Changelist in perforce?

If you don't want to do this via command-line, you can edit a changelist description in P4V. Open the changelist (right-click, "View Changelist"), and there's an "Edit" button at the bottom which makes the Description field editable, allowing you to fix a typo or confusing description for a changelist.

How do I search for a file in P4V?

Go to Search > Find File. The Find File tab opens in the right pane. On the Find File tab in the right pane, under Search in, enter the directory path you want to search. You can drag and drop the file path from the Depot or Workspace Tree in the Tree pane.


2 Answers

Search > Go To... In the dialog, you can go to a submitted changelist by number.

In my version of P4, this is under Edit > Go To...

like image 189
Eric Lechner Avatar answered Sep 22 '22 17:09

Eric Lechner


And of course for the keyboard freaks ("mouse? I don't need no mouse") you can hit CTRL + G.

like image 42
jhwist Avatar answered Sep 23 '22 17:09

jhwist