Tagged Questions
17
votes
4answers
4k views
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 ...
2
votes
2answers
554 views
Perforce auto resolve (on a pending changelist) from the command line?
I want to safe resolve all the files in a pending changelist.
Currently, the only way I know to do this is to pass p4 a list of files.
SET CHANGE_NUMBER=default
SET CHANGE_FILES=files.txt
DEL ...
2
votes
2answers
1k views
How do you quickly find/delete all empty changelists in Perforce?
I was wondering what could be the point in trying to delete committed changelists, because a committed changelist is not supposed to be empty.
But then I am playing with the tutorial depot, and using ...
2
votes
6answers
2k views
Easy way to create perforce changelist with multiple filespecs
I wish to submit a changelist with multiple filespecs, e.g. ...this... ...file.h ...theother.... Perforce won't let me. I could create a changelist from a file but I do want a chance to review the ...
1
vote
3answers
472 views
Perforce: How to find the original number of a change list
In perforce changelists get renumbered on submission. So for e.g. when the changelist was created it would be numbered 777 , but on submission of changelist it would get renumbered to say 790.
My ...
1
vote
1answer
107 views
How do you get the branch spec that was used for a specific integrate in the depot history?
P4V's depot view shows the various branches and their paths, but not the branch names.
The branch spec (or branch mapping) contains the "name" of the branch.
Let's assume that user X has branched ...
0
votes
0answers
45 views
Perforce: How to checkout file same file from different version?
For example, I have 100s of files checked out in a changelist:
//Development/MyProject/Version1.0/Coord/File1.cs
//Development/MyProject/Version1.0/Coord/File2.cs
...
...
0
votes
2answers
501 views
Perforce: Re-reverse-integrating a changelist
(I've already asked this on SU; while I appreciate the Tumbleweed badge there, I'd prefer an answer...)
I have a reverse integration pending that I'd like to perform again on the files that are ...