Andrew Cheong
Andrew Cheong

Reputation: 30273

How can I see files changed since a certain date in a certain directory (and its subdirectories) in Perforce?

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: 1427

Answers (1)

Andrew Cheong
Andrew Cheong

Reputation: 30273

Use the files subcommand:

p4 files //depot/foo/bar/...@2015/02/11,@now

Upvotes: 6

Related Questions