You could create a numbered changelist and add the files to the specified
changelist.
Or if you don't want to incur lots of discontinuous changelist numbers, you
could diff2 each file and filter out the ones with no differences.
At 04:06 PM 9/24/2001 -0700, Kate Ebneter wrote:
Howdy, all,
Quick question -- does anyone know a quick way to determine what files in a
directory are not already checked in to Perforce? The standard 'find . -type
f print | p4 -x - add' trick would work if I could say 'p4 add -n', but 'p4
add' doesn't take a '-n' option...