Reputation: 30293
I'd like to see all files that have been changed since a certain date, in a certain directory (recursively) in Perforce?
Upvotes: 2
Views: 1431
Reputation: 30293
Use the files
subcommand:
p4 files //depot/foo/bar/...@2015/02/11,@now
Upvotes: 6