4 messages in com.perforce.perforce-user[p4] P4WORD - and use of windows drives
FromSent OnAttachments
Robert Cowham06 Nov 2000 06:52 
Hoff, Todd06 Nov 2000 07:15 
Todd Short06 Nov 2000 07:30 
Robert Cowham07 Nov 2000 11:09 
Subject:[p4] P4WORD - and use of windows drives
From:Robert Cowham (rob@vaccaperna.co.uk)
Date:11/07/2000 11:09:38 AM
List:com.perforce.perforce-user

It turns out that this is a side effect of case sensitivity again.

If you have a Unix server and a windows mapping, a couple of points to watch out for:

Root: null

works fine.

Root: NULL

does not!

Also,

//depot/test/... //client_name/e:/test/...

is different to

//depot/test/... //client_name/E:/test/...

(the latter is required by P4WORD due to the way Windows reports drive letters).

Robert

-----Original Message----- However, I will say this, it does not work with clients where the Root = "null".