p4

p4 clean directory

How do I remove old copies of edited/submitted p4 files: edited_this_already.ext~? I can remove them via Unix command, but can p4 do this? Thanks! ...

How Can I View the Files Synced Since a Given Date in P4?

So, I'm trying to troubleshoot an error, and being able to see what files were synced to a given server since a certain date would go a long way toward helping me figure things out. I feel like there should be a way to do this through "p4 have", but I can't figure it out or find it in the documentation. Important: I am NOT looking for ...

p4 diff does not show newly added files

Hi P4 experts, I need some help. How do I get diff using p4 diff so that my patch contains information about newly added files too ? p4 add foo.cc p4 diff > my.patch my.patch should contain foo.cc ...

Perforce fast sync a directory to a clean state

I want a fast solution that does not require force sync that will put a specified directory to its original repository state. same files may be removed from disk same files may be added from disk some files may be modified on disk some files may be marked for removal, addition or modification in perforce All I want is to be sure that...

Put P4 move operation in a non default changelist

I'm trying to do a p4 move to retain the perforce history. P4 moves created a delete/add operation in my default changelist. The documentation assures me that p4 move will retain history via an 'integration record'. Now I want to submit the p4 move (delete/add) operation part of a changelist. How do I make sure that Perforce will do th...