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
0
votes
1 answer

Why does p4v open a new window for each diff?

On my previous Windows 7 based computer (which I can no longer refer back to because it died), I used the Perforce p4v client, and changed its preferences to use Araxis Merge as the diff application. In that environment, if there was already an…
Mike Finch
  • 746
  • 1
  • 7
  • 20
0
votes
1 answer

How to login using different user in perforce? Is there any way so that we can login to a different user using the Superuser in Perforce?

I need to submit changes through different user. So, for that I need to be logged in as that user. How to do that using a superuser?
0
votes
1 answer

perforce get changes during certain period

p4 changes @2018/09/27,@now is working, but I want to know the change in certain directory like //A/B p4 changes @2018/09/27,@now //AA/B... and p4 changes //AA/B... @2018/09/27,@now are not working, only returns all the changes from the beginning.
user6456568
  • 579
  • 9
  • 23
0
votes
1 answer

Build run's into error and fails in Jenkins

I am using jenkins for the build but every time i run a build it gives an error and fails? These are the errors : FATAL: hudson/tasks/Mailer$UserProperty java.lang.ClassNotFoundException: hudson.tasks.Mailer$UserProperty at …
0
votes
1 answer

How to unmark for delete files in Perforce P4V that were accidentally deleted from the local workspace

I have accidentally deleted files from my local work space of perforce and now they are showing as "mark for delete" in P4V. I have tried below steps but still the mark is not going Get Latest Revision(Force Operation) Revert Files Can someone…
ghostrider
  • 2,046
  • 3
  • 23
  • 46
0
votes
1 answer

Closing Documents During Runtime

I am using Python to create a script to run perforce commands in command prompt. One of the commands opens a file. I want to write to the bottom of the file, then save the file, and then close the file after. I do not know what the file will be…
Bryant
  • 59
  • 10
0
votes
1 answer

How to find the workspace where the file is checked out in P4v

I have a file checked out. So, when I tried to check out the file, it says "the file is checked out by another user and cannot checkout multiple versions of it". I tried seeing the "checked out by" tab in P4V and it shows my P4V id. But the file is…
CVS
  • 73
  • 8
0
votes
1 answer

Perforce DVCS resolve fail and P4 Fetch doesn't match P4V Fetch

I've been putting perforce's dvcs through the ringer and found a new problem that I can't seem to resolve. I did a p4v fetch knowing there was a file that would conflict. I chose "finish later" for the resolution. I resolved the conflict with the…
bfraser
  • 37
  • 5
0
votes
1 answer

Perforce P4V Fetch Indicator

Does p4v indicate somewhere that there is content to be fetched or alternatively, a way to preview what would be fetched (Outside of manually comparing history against the remote depot)? Edit: I should have mentioned I'm using DVCS.
bfraser
  • 37
  • 5
0
votes
1 answer

P4v - Diff is giving error

I cannot use Diff in my perforce client P4V. It is a new install on Win 10 machine and all other Win 10 machines except this one are working fine. The error message is : Can't create directory for C:\Users\ myuser…
0
votes
1 answer

Perforce p4v Merge/Integrate freeze after file rename

I'm having trouble performing a merge/integrate from branch1/sql/ to b2/sql I performed a rename operation in p4v from _1.sql to _2.sql Made a small change to _2 file Submitted changes Went to submitted changes, and tried to perform a…
Esteban Rincon
  • 2,040
  • 3
  • 27
  • 44
0
votes
1 answer

Can I only build projects affected by perforce's changelist in jenkins?

Is there any way I can only build changed projects in a jenkins pipeline ? I am using p4 plugin for jenkins and there are a couple of independent projects that I don't want to build on each stage to save time Can maven's incremental builds help in…
0
votes
2 answers

Is there any plugin like gitlens for perforce?

GITLENS is pretty cool plugin I found for Visual Studio Code which give all the information about who and when the changes were made in the file. Is there any similar plugin to GITLENS for Perforce ? The plugin could be for any other IDE as well.
Geek
  • 481
  • 5
  • 20
0
votes
1 answer

Perforce shelving a .strings file changes encoding

I am creating a .strings from a .nib file. That is I'm changing the .nib file to a localized string file on Xcode 9.2. Now I'm getting the .strings file with all the strings as required and the layout according to the base .xib file. The problem…
ShdwKnght333
  • 300
  • 4
  • 23
0
votes
1 answer

Can't run perforce commands in command line

I have two tickets currently open and also tried to run a command when only one was open but no luck either way. One ticket is the administrator the other is my personal account. Logging in works fine however when I try to run this command I found…
Bryant
  • 59
  • 10