Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perforce P4v: How to find file with a list of file to be find?

Tags:

perforce

p4v

Is there a way or command to be use to find files using a list of files to be find in a directory? e.g.

find the following files:
text1.sql
text2.sql
text3.sql
text4.sql
text5.sql
text6.sql

Search in: c:\archive...

like image 562
jeff Avatar asked Apr 15 '10 01:04

jeff


People also ask

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.

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.

What is a .p4 file?

Provide information about files in the depot without accessing their contents.

Where is perforce depot stored?

A local depot is writable, and is the default depot type. Files reside in the server's root directory and are managed directly by the server. By default, there is one local depot named depot on every Helix Server installation. A remote depot references files that reside on other servers, and cannot be written to.

What are the Perforce commands to develop P4 file?

Perforce Commands to Develop p4 Command What It Does p4 diff Display diff of client file with depot f ... p4 edit Open an existing file for edit p4 flush Update a client workspace’s have list wi ... p4 have List revisions last synced 25 more rows ...

Can you see who is working on files in Perforce?

You can see who is working on files, and when new changes are available. Now that you’ve learned all the Perforce basics, it’s time to put it into practice. Get started with Helix Core for free for up to 5 users and 20 workspaces today.

Does perforce 2010 have integrated file search functionality?

I am currently using Perforce version 2010.2. It appears that this version does not have an integrated search functionality that will go through the content of every single file. My current P4V version only allows me to search for filenames but not for content. Any input on this would be much appreciated. Thank you in advance.

Is it possible to search for content in p4v?

My current P4V version only allows me to search for filenames but not for content. Any input on this would be much appreciated. Thank you in advance. Show activity on this post.


1 Answers

Not sure if this is what you are looking for, but try the following:

  1. Search > Find File...
  2. Enter the directory under "Search in:"
  3. Enter the name of the file you are looking for under "Name contains:"
  4. Click on Find.

I'm using the P4V client version 2012.1

like image 57
Saulo Silva Avatar answered Oct 31 '22 19:10

Saulo Silva