Questions tagged [p4v]

P4V is the cross platform GUI for the Perforce revision control system.

P4V is the cross platform GUI for the Perforce revision control system. It replaced the now deprecated P4Win GUI, which was only available on Windows.

Useful links

352 questions
1
vote
1 answer

How to edit/update perforce changelist description (created by A) with different user B using p4api.net

I am trying to edit a changelist description with different user in p4api.net. Is it possible to do it since i tried to edit the changelist description with different user but it didn't allow me. Let me know if there is any forceful way of…
test
  • 91
  • 11
1
vote
1 answer

How to disable/deactivate/archive branches in Perforce

I have a few applications on Perforce and each application has a few branches. Right now only the latest branch is in actual use, the old ones are there for backtracking and debugging purposes. Is there a way that I can disable the old branches so…
User456789
  • 397
  • 1
  • 3
  • 16
1
vote
1 answer

Perforce - Specify target directory path for sync

Is it possible to specify the folder name where depot needs to be synced ? I tried syncing the depot to my specified path using following command but it does not work. p4sync -d "c:\my\path" sync //depot//branch/file Note : My aim is just to copy…
RBH
  • 572
  • 4
  • 11
1
vote
1 answer

How to get specific field details of a stream in perforce printed?

I am working on a Python script, in that I am printing all stream information of perforce using: p4 -ztag stream -o //streams/xyz output looks like: Stream //streams/xyz Update 2015/03/12 16:05:33 …
kashyap
  • 31
  • 3
1
vote
1 answer

How to 'move' directories on Perforce/P4V without sync to local

I am trying to move a crazy amount of files on perforce. It was almost done on my first attempt using p4 integ -v However, the integ command 'copies' the selected files. I have to delete the source files and leave only target files for some reason. …
PeterHsu
  • 111
  • 1
  • 1
  • 8
1
vote
1 answer

How can I automatically mark all opened files for delete when they are manually deleted from workspace

Following scenario: first I open all project files for edit with p4 edit ... then several files are manually deleted from a Perforce workspace directory (not with p4 delete command). How do I mark all the deleted files as deleted in a…
S. Pauk
  • 5,208
  • 4
  • 31
  • 41
1
vote
0 answers

How Can I Easily Tell Which Changelist I'm Integratingin Perforce/P4V?

Sometimes, when I'm using P4V using the "Merge/Integrate Using Changelist XXX" option, I get interrupted before I do the actual resolve. If I have a number of integrates on the go at once, I may not remember which specific changelist I was doing. If…
matt freake
  • 4,877
  • 4
  • 27
  • 56
1
vote
0 answers

Unable to connect to Stream when setting up new workspace

When setting up a new workspace within P4V, I am unable to connect to a Stream. Connection -> New Workspace opens the new workspace dialog box, but the Stream option is disabled. The issue appears to be client side, because others in the team do not…
user1052610
  • 4,440
  • 13
  • 50
  • 101
1
vote
0 answers

Disabling P4V progress bar when submit fails

I'm developing a trigger script for Perforce. I can install it and it works fine. One thing that bugs me is whenever a commit fails in P4V, there are 2 windows that open in this GUI. One is "P4V" and after some time "Submit Changelist Progress" bar…
user1906583
  • 115
  • 2
  • 9
1
vote
0 answers

Unable to revert changes in P4

I am trying to revert files in a change list with -a and -c option. I did manually like this. p4 revert -c 19264444 file ... pause p4 edit -c 19264444 GP*.* pause robocopy %SRC% %DEST% *.rom pause p4 revert -a 19264444 file ... Trying using…
test
  • 91
  • 11
1
vote
1 answer

Cannot view files associated with specific label in Perforce P4V Linux client

There is simply no option anywhere (and I've looked everywhere) to get a list of the files associated with a specific label in Perforce P4V on Linux. I've seen a similar question that mentioned a menu button "List files at " but this does not exist…
Mike Dannyboy
  • 462
  • 1
  • 4
  • 13
1
vote
1 answer

p4 status -A only to sub directory of perforce workspace

I have folders like this in my perforce workspace view. //depot/... //rajesh_ws/... where //depot/... has all the source code and the compiled code will be copied to bin sub directory. I am syncing //depot/... & Building it and copying the binary…
1
vote
1 answer

Generate Diffs of Multiple Files with Perforce

I'm using P4V to view my perforce workspace. I've changed multiple files in multiple directories within the workspace. Is there a way to create a diff that includes all these changes so I can upload it for code review? I apologize if this is a…
user3270760
  • 1,444
  • 5
  • 23
  • 45
1
vote
1 answer

How to view a file's full history in P4V?

I've got a file that's been branched a few times and I would like to see it's full history in the History tab in P4V. Perforce has this data as I can do a timelapse view of the file with "Use branch history" and see all the previous versions of the…
user2746401
  • 3,157
  • 2
  • 21
  • 46
1
vote
1 answer

How to set view of a label in perforce using command-line?

p4 tag -g -l "release_1.0" //my_depot/... Seeing view of this label in p4v shows other depots also. How to set view of a label using command-line ?
Patrick
  • 2,464
  • 3
  • 30
  • 47