In the visual Perforce client (p4v) there is an option:
Show p4 command output for file operations
When it is enabled, in the log pane I can see detailed logging like this:
p4 sync /Users/az/ftp/...#head
//depot/ftp/inc/PICHNL.H updated /Users/az/ftp/inc/PICHNL.H
//depot/ftp/src/ftpprot.cpp updated /Users/az/ftp/src/ftpprot.cpp
2 files updated
Is there something similar in the command line perforce client?
In command line (Cygwin ran in Hudson CI) executing:
p4 sync /Users/az/ftp/...#head
shows nothing until whole sync is done.
I would like to have verbose logging when doing p4 sync
.