I've got a file that's been branched a few times and I would like to see it's full history in the History tab in P4V. Perforce has this data as I can do a timelapse view of the file with "Use branch history" and see all the previous versions of the file (as I'd expect). Is there an option somewhere in P4V to show this branch history, or history of a file across branches? It'd be rather useful.
Asked
Active
Viewed 1,789 times
1
-
1Have you tried the Revision Graph? Right-click on the file in P4V and chose Revision Graph. – Bryan Pendleton Sep 30 '14 at 17:45
-
I have used the revision graph extensively. I specifically want the entire history in the History tab so it is instantly viewable. – user2746401 Oct 01 '14 at 09:21
1 Answers
2
In the upper right corner of the File History pane there's a "branch history" dropdown (it's the same icon as the "Show Branch History" button in Time-Lapse View). Click that, and check the option to "Follow Branch Actions". This will make File History follow the linear history of a file backward through "branch from" relationships, exactly as happens in Time-Lapse View when "Show Branch History" is enabled.

Samwise
- 68,105
- 3
- 30
- 44
-
Is there a way to auto expand the collapsed parts of the history list? – user2746401 Oct 02 '14 at 12:05
-
1I don't see a way to have it expanded by default, but Ctrl-A followed by + will expand everything in the pane you're looking at. – Samwise Oct 02 '14 at 20:10