
How to delete a workspace in Perforce (using p4v)?
Mar 9, 2017 · Thanks! When I try to right-click the workspace I want to delete and select "unlock", it sends the p4 command: "p4 unlock //my_workspace", the response is: "//secondary.... -files(s) not opened on this client." Doesn't seem to do anything. I've tried switching workspaces and exiting p4v but the junk workspaces always remain in the dropdown. –
p4v - How to find all the Pending CLs in Perforce that contain a file ...
Apr 15, 2014 · In the current version of P4V, you can also do this visually if you want. In the pending changelist tab, you can check the box that says "Show only changes with shelved files", and change the Workspace filter dropdown, to the Files dropdown, and then filter on the file path you want to search for.
Undo mark for add in Perforce (p4v) - Stack Overflow
Feb 29, 2016 · I accidentally marked for add some files that already existed in the codebase and now they appear as additions. When I submit via SmartBear Codecollab, the diffs show that it is a completely new file
p4v - move shelved files in one workspace to another workspace …
Jun 15, 2016 · In P4V, to unshelve changes from another user: 1. Go to the Pending tab 2. Click on the Filter so that it ...
Add new folder to depot in P4V client - Stack Overflow
Nov 22, 2011 · In the P4V workspace view, find the file that you want to add to the depot. Right click that file, and select "Mark for add..." which will add it to a pending changelist. Repeat step 3 for all the files that you want added (you can also multi-select files and then mark them for add).
p4v - Generate Diffs of Multiple Files with Perforce - Stack Overflow
Oct 30, 2014 · 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 trivial task.
perforce - How to view Shelved P4 Changes? - Stack Overflow
Aug 18, 2017 · In P4V UI, select. Search - > Go To then choose type of changelist (in your case 'Pending changelist ...
Perforce - create patch file of differences against have revision
Mar 10, 2017 · By the way, when you are in P4V, and it does a task, and you want to figure out how to do that in the command line, look for the P4V "log window", which reports the underlying commands that P4V is running on your behalf. It's a nice way to learn about the command line power, while still getting the elegance and ease-of-use of the GUI.
How do I move a Perforce "workspace" folder? - Stack Overflow
Aug 7, 2024 · Although a few years late, this should now be marked as the answer. i manually moved my workspace in the windows file system then updated using this answer in p4v and everything worked seamlessly even knew which files i had checked out etc –
How to find files in Perforce using P4V? - Stack Overflow
Apr 2, 2013 · In P4V's left pane in the tab that is titled "Depot" you right-click on a depot and the select "Find file ...". In the opening dialog you enter the depot tree in that you want to search the file and ".pdf" in the "Name contains:" field. That should list all the ".pdf" files in the specified tree.