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

Unity Perforce Integration Host Error

I'm a sole developer using Unity and my own Perforce server, and I'm having an issue using the built-in Perforce integration with Unity specifically on my Macbook Pro. The built-in integration works flawlessly on my Windows 10 desktop, but on my…
0
votes
1 answer

How to enforce login with password from P4V client?

How do I prompt a third input for password from this P4V visual client?
Devharsh Trivedi
  • 561
  • 8
  • 23
0
votes
1 answer

How to switch to a change-list when using perforce command line (p4)

I opened a bunch of files using p4 edit in my workspace and after making some changes on each of them, I decided to put them up for review so I staged them using p4 change and I got a number to mark the changelist. Once I did that I am not able to…
Inian
  • 80,270
  • 14
  • 142
  • 161
0
votes
1 answer

Am I able to clone and merge files in perforce at once?

So my problem began when I've cloned a repo from shared server, made some changes and few submits. Then I closed p4v and opened it again. My workspace disappeared but only from perforce view(I still have local changes). And there are no changes on…
ekicam2
  • 1
  • 1
0
votes
0 answers

How exactly Git repository associated with Perforce repository?

When I create a workspace on my local machine taking latest version from Perforce using Perforce Visual Client connected to some server. Open solution through VS2015. Files are locked and when I try to edit I get pop up as "Source Control- Git Do…
Shilpa
  • 381
  • 1
  • 5
  • 18
0
votes
0 answers

P4V / Helix -- Missing "Checkout and Open" for unsynced files

Before reinstalling P4V, I could right-click a file and go to Checkout and Open -- this would auto-sync the file, check it out and open it. Now however, I have to Get Latest Version before I have the option to Checkout and Open -- can I change this…
MrDuk
  • 16,578
  • 18
  • 74
  • 133
0
votes
1 answer

How do I setup dev streams that map mainline to a subfolder?

I'm struggling how to setup streams for the following scenario: I have a library project (//libX) using typical mainline, release and dev streams. However, I want to have dev streams for separate products (//libX/projectA) that use this library.…
Anthony Brien
  • 6,106
  • 7
  • 43
  • 56
0
votes
2 answers

Unable to move files from one folder to another using Perforce commands

I am trying to write some code to move sub-folders with specific names to another folder. I have used the change, copy, sync and delete commands but I am not sure what am I doing wrong. When I run this code, my Perl Tk GUI spits out "Released xxx",…
Shashank
  • 329
  • 4
  • 21
0
votes
1 answer

Perforce error: "Unable to find destination depot"

I downloaded HELIX P4V for OSX here. I followed the setup-instructions from Assambla.com. I did this: echo "export P4CONFIG=p4config.txt" >> ~/.bashrc source ~/.bashrc cd /path/to/project echo "P4PORT=ssl:perforce.assembla.com:1667" >>…
DerZyklop
  • 3,672
  • 2
  • 19
  • 27
0
votes
1 answer

Merging between streams in Perforce using Command line rather than P4V

I need to merge the streams using commands in P4. can anyone help me with this? the two streams are parent child streams. I need to merge down from parent to child.
0
votes
2 answers

how to list files which are deleted in depot but opened in edit locally?

I am using p4 in linux. I was doing some changes to a file which was opened under edit in my local. When i tried submitting it, i found that the file has been deleted from the depot. Is there some command in perforce which i can run and check if a…
justrajdeep
  • 855
  • 3
  • 12
  • 29
0
votes
1 answer

Listing files "*.vhdl" submitted by user "tom" in the P4 repo

I 'm looking for a P4 command which does a wildcard search across P4 dirs of interest to me Eg: Our P4 repo looks like as…
Mike
  • 1,205
  • 3
  • 12
  • 21
0
votes
1 answer

Does p4V have a good way to merge integration files without having to click a lot?

When performing integrations, sometimes you need to merge files. The old Perforce GUI (P4Win) had a nice Ctrl+M hotkey I could use to run my merge tool quckly and easily. In P4V, I find I need to right-click the file, click on Resolve, and then…
Mag Roader
  • 6,850
  • 8
  • 32
  • 27
0
votes
1 answer

With P4V, how to get latest version?

My friend and I are using P4V as our version control tool so that we can work on the same project. We got a problem like : I built the stream depot, and uploaded our project to it; We were working in the same stream called dev, and we got latest…
Ranger 22
  • 415
  • 4
  • 19
0
votes
3 answers

Save a revision of a file from Perforce P4V

I'm trying to save a revision of a file without overwriting the current one. Something like "Save Revision As..." where I could rename it and choose where to save it. Is this possible in Perforce? All I can do right now is overwrite the current…
john
  • 408
  • 9
  • 30