5 messages in com.perforce.perforce-user[p4] Nagging question about client vi...
FromSent OnAttachments
Williams, Kenneth (Ken) (TLR Corp)19 Aug 2004 10:29 
jab19 Aug 2004 10:53 
Ivey, William19 Aug 2004 11:17 
Stephen Vance19 Aug 2004 11:20 
Chuck Karish23 Aug 2004 09:26 
Subject:[p4] Nagging question about client view exclusions
From:Ivey, William (will@bmc.com)
Date:08/19/2004 11:17:38 AM
List:com.perforce.perforce-user

-----Original Message----- From: jab [mailto:jab at pobox.com]

And when you exclude something, you give both fields again, to say something like "look, I'm not pulling down //depot/dir1/excludeme/..." AND TO BE PRECISE it would've landed at //cws/excludeme/... but nothing's mapped there now, okay?"

I agree that the first column should imply the second, but the parsing code wants to see two fields...

I don't think it's just for symmetry of syntax, either. Some errors I've gotten make it seem obvious that some operations look only at the left and some only at the right while searching for the last matching line. That means, if exclusion lines only had one field, the file would have to parsed first to convert a local path to a depot path, then again to look for a possible exclusion line. More efficient to make it explicit on both sides. -Wm