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

In Perforce (P4V), I am trying to delete a workspace but getting an error that says the File System P4ROOT doesnt have enough space

the exact error message says The filesystem 'P4ROOT' has only 1.9G free, but the server configuration requires at least 2G available. I am trying to delete a new workspace i made by accident but keep getting this error, P4V now wont let me do…
0
votes
1 answer

Is there any way to see cstat in P4V?

I just wonder if the UI (P4V) can provide the information from this command? https://community.perforce.com/s/article/3458 Thanks for anything
Decaf Sux
  • 305
  • 1
  • 11
0
votes
1 answer

P4V not showing edited stream mappings in workspace view

This has been a constant frustration when transitioning from git. Sometimes when scoping my stream I import a folder then find that I will need to edit it. So after removing the folder path from my mapping it disappears but when I try to re-add it…
0
votes
1 answer

P4V: Get Previous Revisions For File in Changelist X does not work for large changelists

On right clicking a submitted changelist and clicking on "Get Previous Revisions For File in Changelist xyz", I see files update for small changelists, but not for very large ones (such as one with 15000+ files). I don't see a buffering sign…
v81
  • 57
  • 1
  • 6
0
votes
1 answer

How to solve the problem of using Clean... in P4V but calling Reconcile -n preview result and causing exclusive lock file cannot be cleaned

As mentioned in the question, I often encounter the situation shown in the picture below: Problems demonstrate I'm using the Clean... directive here, not the Reconcile Offline Work...directive Clean...
0
votes
1 answer

How to merge in P4 after a merge is messed up

So I did a merge through cmd which did not end up well, so I undid that CL (through visual client), now if I try to merge the 2 streams again I get a window saying Integration errors: //project_stream/main/... - all revision(s) already integrated.…
Jesus Fernandez
  • 500
  • 1
  • 7
  • 20
0
votes
0 answers

Perforce (p4v) keeps crashing when connecting to specific work space

When I open perforce (and a specific workspace that I want to use) it freezes for a moment and then crashes. I've tried opening perforce with other workspaces and made new ones and they work fine. From there if I try connecting to the work space…
EkopEkop
  • 13
  • 3
0
votes
1 answer

How do I change a p4v workspace root to a parent folder?

I have a perforce workspace root set to: D:\Perforce_windows_workspace\depot I need my perforce workspace root set to: D:\depot Is this going confuse p4v? Not finding any solid examples to go off of. Thanks so much in advance!
0
votes
1 answer

Is there a way to get Perforce (P4V) to warn if there are pending changes in another changelist?

My one Achilles heel with Perforce is that occasionally I will have a named CL on the go, then notice something else that needs fixing, check a new file out, apply the fix, test my changes, and then submit the named CL, forgetting that that one…
Kaitain
  • 911
  • 12
  • 19
0
votes
1 answer

p4 paths import are not coming to workspace

If I type p4 stream -o -v //path/to/My/stream I could see the following items in Paths Paths: share ... import+ Foo/proto/... //Depo1Path/api/api_main/... import+ Bar/proto/... //Depo2Path/SomeProjectname/proto/... When I…
Renju Ashokan
  • 428
  • 6
  • 18
0
votes
1 answer

Error while attempting to undo multiple revisions in Perforce P4V

I get this error while attempting to undo multiple revisions. c:\path\to\directory\...#4592,#head - no revision(s) above that revision I'm trying to get back to a specific revision, the one prior to #4592, undoing the 7 revisions that have happened…
0
votes
1 answer

How to change the owner of perforce workspace?

I cloned a workspace in perforce from other credentials (as i was having some issue with my account back then due to permissions). Now i have the relevant permissions so want to change the owner of that workspace. In p4v tool, I logged in from the…
0
votes
1 answer

P4 command to fetch swarm review id?

Can someone please help with the perforce (p4v) command to fetch Swarm review id corresponding to a change list for which swarm review is raised already.
0
votes
1 answer

How to show command line box in the Log of P4V

I am using P4V on my computer and I am able to see a text box right under the Log where I can input command lines. If I press the button to close the log, that text box disappears with it, and then if I go to View -> Log, it reappears. However, the…
0
votes
1 answer

P4 get latest revision only syncs part of folder?

I am trying to get files in the folder A/ which include: A |_ A1 |_ A2 |_ _tcp |_ _bin and other subfolders under A. However, after running get latest revision for folder A, I can only have A/A1, A/A2 in my local folder but A/_tcp and A/bin are…
Pique
  • 1
  • 1