I want to create a list of all the files in a folder in perforce that were submitted past a certain date. I used the command line
p4 files -e [path to the folder in perforce] @[date] > [somefile.txt]
but this gave me every file in the depot, resulting in a 2gb txt file. Is the thing I want to do even possible with the 'p4 files' command?
I hope I've been clear enough. Thanks
The command you want is:
p4 files PATH@DATE,@now
e.g. if the date is 2016/02/02 and the path is //depot/main:
p4 files //depot/main/...@2016/02/02,@now > somefile.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With