3 messages in com.perforce.perforce-user[p4] Directories in Depots
FromSent OnAttachments
Kay Schulz25 Feb 2002 01:43 
Matthew Rice25 Feb 2002 05:50 
Stephen Vance25 Feb 2002 07:11 
Subject:[p4] Directories in Depots
From:Matthew Rice (ma@starnix.com)
Date:02/25/2002 05:50:30 AM
List:com.perforce.perforce-user

"Kay Schulz" <kay.schulz at webmethods.com> writes:

But it doesn't show me the //dep1/proj1 in P4WIN

Have you put any files in it yet? The directory isn't created until something is placed in there.

It only shows the //dep1/... How can I force users to use //dep1/proj1/... in the depot?

Do something like the following with p4 protect:

Protections: write user * * -//dep1/... write group x * //dep1/proj1/...

HTH,