Вопрос

I want to find out the history of a file in main depot. In clearcase I can do with the following command

% ct lshist -r -branch main -since "01-Jan-2014" hello.cpp

What is the equivalent command in p4? I tried p4 filelog but wasn't able to come up with the right args.

Это было полезно?

Решение

p4 changes -l //depot/path/to/file

will display all changes to the file with the full description for each.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top