- # ----------------------------------------------------------------------
- # //depot/project/current
- # ----------------------------------------------------------------------
-
- //depot/project/current/data/...
- write group project_designers
- write group project_leads
- write group project_programmers
- read user proxy
-
- //depot/project/current/doc/...
- write group project_designers
- write group project_leads
- write group project_programmers
-
- -//depot/project/current/doc/leads/...
- list user *
-
- //depot/project/current/doc/leads/...
- write group project_leads
-
- //depot/project/current/src/...
- write group project_programmers
- read user proxy
-
- //depot/project/current/src/a/b/c/special_one.h
- //depot/project/current/src/a/b/c/special_two.h
- //depot/project/current/src/a/b/c/special_three.h
- write user trusted_one
- write user trusted_two
- write user trusted_three
-
- # ----------------------------------------------------------------------
- # user directories
- # ----------------------------------------------------------------------
-
- //depot/user/jgrills/...
- write user jgrills
- read user proxy
-
- # ----------------------------------------------------------------------
- # counter access
- # ----------------------------------------------------------------------
-
- //depot/review/...
- review user jgrills
-
- # ----------------------------------------------------------------------
- # test whitespace
- # ----------------------------------------------------------------------
-
- "//depot/sp ace/..."
- -"//depot/sp ace/protected/..."
- //depot/sp ace2/...
- -//depot/sp ace2/protected/...
- write user jgrills
-
- # ----------------------------------------------------------------------
- # keep super last
- # ----------------------------------------------------------------------
-
- //...
- super user perforce 10.1.1.*
# |
Change |
User |
Description |
Committed |
|
#3
|
5028 |
Jeff Grills |
Support spaces in mapping lines, either with or without pre-specified quotes. |
20 years ago
|
|
#2
|
3223 |
Jeff Grills |
add support for optional ip ranges |
22 years ago
|
|
#1
|
3217 |
Jeff Grills |
add script to generate p4 protect tables from a more maintainable and higher-level form |
22 years ago
|
|