p4v

In P4V, how do I create a branch from a label?

The company just imported our CVS repository into Perforce. I'm new to P4V and I can't work out how to create a branch from an existing label. Can anyone tell me how to do this? ...

How do I get Time Lapse View in P4Win?

In the past, on Windows XP machines, I was able to install P4V (the stupid platform-independent Perforce visual client that Perforce tries to shove down your throats), then after that, install P4Win (the wonderful clean robust mature visual client that Perforce is stupidly trying to deprecate). If I did the installs in that order (and o...

Perforce - only for experts?

I use P4V client. I just want to do basic tasks; I don't want to use the command line and become an expert at Perforce. The simple task I'm trying to accomplish is to copy the description and file list of a submitted changelist. Is there any way to do this basic task? ...

Perforce auto resolve from the command line?

P4V has been crapping out on me when attempting to resolve a large number of files as part of an integration. I want to be able to do this in the command line. Here's the steps in P4V: Right-click the CL. Choose "Resolve Files..." A dialog will appear. Choose "Merge yours and theirs if no conflicts exist". Click Auto. Can someone ...

How to delete a workspace in perforce (using p4v)?

Hi, I'm new to perforce and have created a few workspaces as exercises for getting familiar with it. Now I would like to delete some of the workspaces. I just want to get rid of the workspaces so that they do not appear on the drop-down in the workspaces view (DO NOT want to do anything with actual depot files). Googling up an answer ...

how to display list of updating files in p4v

While I sync code using p4v client, the Log window does not show the list of files which are updated. Is there any way to do that? p4win client does show the list though. Thank you. ...

Perforce changelist does not show any files.

Using P4V 2009.2. I have used P4Win in the past, but this is a new setup for me. The problem is that the files I have checked out disappear from the changelists, so I cannot check them in. To reproduce: Check out a file, make a change to it. Go to the 'pending changelist' tab. There will be a + sign on the default changelist. ...

How do I display a particular changelist number in p4v?

When viewing submitted changelists in p4v, is there a way to display a particular changelist number? That is, how I do the equivalent of p4 describe in p4v? Can I filter for a particular changelist number? I don't see how. ...

Extending Perforce to use a custom content diff tool for certain file extensions

I have various custom binary files stored in perforce and for many of the file types I have built a custom diff tool to show the content creators a diff of the actual changes to the file. E.g. If the file holds simple key value pairs as a compressed binary blob the diff tool would load each version into an in memory format and generate...

Perforce P4v: How to find file with a list of file to be find?

Hi, Is there a way or command to be use to find files using a list of files to be find in a directory? e.g. find the following files: text1.sql text2.sql text3.sql text4.sql text5.sql text6.sql Search in: c:\archive... ...

What is the difference between "Rollback..." and "Back Out Submitted Changelist #####" in Perforce P4V

I want to reverse the changes from one of my checkins. In the right-click context menu of the particular changelist, there are these two options: Rollback... Back Out Submitted Changelist What is the difference between these two? In what situations should I use either one? ...

How to use a custom compare tool with Perforce?

I have copy of Grigsoft's Compare it! tool, can anyone tell me how to use it with Perforce source control? ...

Reapplying changelist in perforce

I'm rather new to perforce, but have quite a bit of other VCS experience... Imagine this: You submit changes (changelist 1) A colleague submits changes on the same branch, accidentally overwriting your changes. (changelist 2) I tried integrating (which P4V refuses to do since it's already integrated) and looked around for a way to...

p4v getting files as writable

Perforce is downloading files to the external hard-drive connected to my MacBookPro as writable ("777"). It's as if the "allwrite" option is set in my workspace, but it's not. I thought Perforce was supposed to mark the files read-only until I check them out. Is there a setting somewhere I missed? Rev. P4V/MACOSX104U/2009.2/236331 Ma...

Perforce: P4V option to 'add to client view'? (It exists in P4Win)

In the Perforce realm, the P4Win GUI is now "legacy" and the new P4V is supposed to fill in the void (and it does, most of the time). There was one very useful (albeit rather hidden) option in P4Win that allowed adding a depot path to the client specification in a few clicks. Is there a similar option available in P4V? ... because I ca...

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 click on Run Merge Tool. Alternatively I can right click, O, O, Enter, and then click on Run...

How to get p4v -merge to diff multiple files

In this question: http://stackoverflow.com/questions/42980/how-to-use-p4merge-as-the-merge-diff-tool-for-mercurial, Adam Rosenfield suggested to use launchp4merge to diff multiple files in OSX such that there is only a single copy of p4v running. Is there an equivalent for linux? I ran p4v -merge -h and saw that it does not accept more ...

p4v does not show the complete list of checked out files

If I checkout 4000 files in p4v it does not show me the complete list of files in the default changelist. It just says 4000 files checked out. Is there any way that I can view the complete list of 4000 files? ...

Actually, I don't want you tracking that file after all ... but how do I get Perforce to listen?

Sometimes I "Mark for Add" and add files to Perforce which I actually didn't want Perforce to worry about. Is there a way to revert it so it just goes back to showing in P4V as an "untracked" item? See my example: I've added mil.ico and mil3.ico by mistake. I just want them to go back to looking like test.ico, ie. ignored by Perforce...

Perforce Get Latest Revision doesn't get checked-out files?

When using p4v to sync a project onto a 2nd machine I was surprised to see that files I had checked out on my primary machine were not included in the "Get Revision" (Get Latest Revision and Force options selected). This seems like an elemental thing to get working but I can't find how to force this other than perhaps tagging the sourc...