If I checkout 4000 files in p4v it does not show me the complete list of files in the default changelist. It just says 4000 files checked out. Is there any way that I can view the complete list of 4000 files?
相关问题
- How to trigger a Jenkins build on a Perforce submi
- Perforce external diff in Eclipse?
- Customizing the output of Perforce RCS keyword exp
- List of checked out files by others in Perforce
- git p4 clone has no files
相关文章
- Perforce fast sync a directory to a clean state
- git-p4 submit fails with “Not a valid object name
- Unable to integrate fully from main branch to feat
- Find a string in Perforce file without syncing
- Value of using Git with ClearCase, AccuRev or Perf
- p4v does not show the complete list of checked out
- Integrating moved files in perforce
- How to fix Perforce error “Can't clobber writa
Open the preferences dialog via the Edit->Preferences menu. Click on "Server Data" and you'll see a setting labeled "Maximum number of files displayed per changelist*:" Raise that to 4000+ and you should see all those files.
You can always capture output of
p4 fstat ...
and find the status of the files you are interested in. Or, better yet, usep4 fstat
with the relative path to your files. Do you really want to manually go through the huge file list when you have tools do filter them for you?I don't know if it is possible in p4v. In a command line shell however you could use
and examine the list with your favorite viewer.
To mass change filetypes from the command line you can use:
or
To change all files of the default change list to filetype text you would use (UNIX/Linux)