19 messages in com.perforce.perforce-user[p4] Quick way to find files in a vie...
FromSent OnAttachments
Kate Ebneter24 Sep 2001 16:05 
Gareth Rees24 Sep 2001 16:26 
Stephen Vance24 Sep 2001 16:32 
Kumar Lakshminarayanan24 Sep 2001 16:42 
Kumar25 Sep 2001 10:14 
Steve Cogorno25 Sep 2001 10:28 
Jeremy Russell25 Sep 2001 10:41 
Chris Patti25 Sep 2001 10:43 
Rick Macdonald25 Sep 2001 10:45 
James CE Johnson25 Sep 2001 10:49 
Paul Mitchell25 Sep 2001 10:52 
Kumar Lakshminarayanan25 Sep 2001 10:55 
Mark Lentczner25 Sep 2001 10:55 
Gareth Rees25 Sep 2001 11:12 
Kumar25 Sep 2001 11:15 
Michael Go25 Sep 2001 11:23 
Paul Cody25 Sep 2001 11:24 
wiv...@us.itmasters.com25 Sep 2001 11:50 
Jeff A. Bowles25 Sep 2001 14:47 
Subject:[p4] Quick way to find files in a view that are NOT checked in to Perf orce?
From:Stephen Vance (ste@vance.com)
Date:09/24/2001 04:32:58 PM
List:com.perforce.perforce-user

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...