Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to display list of updating files in p4v

Tags:

perforce

p4v

While I sync code using p4v client, the Log window does not show the list of files which are updated. Is there any way to do that? p4win client does show the list though.

Thank you.

like image 896
user243655 Avatar asked Jan 05 '10 05:01

user243655


People also ask

What is get latest revision in Perforce?

To get a previous revision: Right-click the file in the Solution Explorer and select Revisions > Get Revision. In the Get Revision dialog, specify the revision you want: Under Get or replace the following files/folders, you can select specific files or folders to retrieve.

What is tree in Perforce?

The Tree view is the page P4Web shows you when you first connect. It's where you'll spend most of your time in P4Web. You can use it to navigate through path hierarchies and run commands that affect all the files in the current path at once.

How do I edit p4v files?

To define an editor: choose Tools > Preferences, click the Editor tab, and specify the desired editor for the file type.) Using the editor associated with the file type, make your changes. To place your revised version in the depot so other users can have access to it, right-click the file and choose Submit​.

What is a Changelist in Perforce?

When you check out a file, Perforce adds information about the file to a changelist and changes the writable attribute of the file in your local workspace from read-only to read/write. A changelist defines a logical grouping of work across a set of files and folders.


1 Answers

Go to "Edit>>Preferences" menu. On the "General" tab under the "Log options" section, check "Show p4 command output for file operations".

like image 142
cp. Avatar answered Sep 29 '22 17:09

cp.