I\'m extremely new to perforce and wasn\'t having very much luck searching online... but... Is there an way to get a list of all the files that have changed since a specific revision number? I开发者_
I\'m trying to build P4Python, as described here and a more recent version found here.I have the P4 API located at C:\\p4api.I have set the p4_api variable correctly in setup.cfg.While in C:\\P4Python
Is there a command-line way to find the most recent changelist that affects a given workspace? This can be done in the GUI by (in the workspaces tab), right-clicking the tip of the workspace tree, the
I know this is a strange question, but is there a p4 command that is the reverse of \'sync\'?That i开发者_JS百科s, I\'d like whatever files are in my local workspace directory to be pushed to the depo
I\'m trying to open an existing Perforce application. I made some local changes, like deleting files, which I want to undo (that is, I want my local copy to exactly match the repository once more -- d
I开发者_StackOverflow would like to rename my solution and a couple of classes etc. in it which is already in source-control depot, in Perforce depot.
Given a path to a directory, Ho开发者_如何学编程w can I find all the branches in perforce that use the path as a branch source (or destination)?I think p4 integrated will give you that information.
I am looking for a perforce command to get the list of the files that have been modified locally and \"not\" checked-in to the repository.
I have an old personal开发者_StackOverflow中文版 perforce server depot I had on my own machine.Now I have a full version of perforce in work and I would like to move some of my personal stuff into the
I\'d like to use git branches to separate my local changes from the team\'s head code, w开发者_JS百科hich is stored in a Perforce repository.