symbianosbld/cedarutils/cedar_clientToolsSpec.txt
changeset 0 6d65d5acee06
equal deleted inserted replaced
-1:000000000000 0:6d65d5acee06
       
     1 # A Perforce Client Specification for CBR tools sync.
       
     2 #
       
     3 #  Client:      The client name.
       
     4 #  Update:      The date this specification was last modified.
       
     5 #  Access:      The date this client was last used in any way.
       
     6 #  Owner:       The user who created this client.
       
     7 #  Host:        If set, restricts access to the named host.
       
     8 #  Description: A short description of the client (optional).
       
     9 #  Root:        The base directory of the client workspace.
       
    10 #  Options:     Client options:
       
    11 #                      [no]allwrite [no]clobber [no]compress
       
    12 #                      [un]locked [no]modtime [no]rmdir
       
    13 #  LineEnd:     Text file line endings on client: local/unix/mac/win/share.
       
    14 #  View:        Lines to map depot files into the client workspace.
       
    15 #
       
    16 # Use 'p4 help client' to see more about client views and options.
       
    17 
       
    18 Client:	CLIENTNAME
       
    19 
       
    20 Update:	CHANGEABLE
       
    21 
       
    22 Access:	CHANGEABLE
       
    23 
       
    24 Owner:	CHANGEABLE
       
    25 
       
    26 Host:	HOST
       
    27 
       
    28 Description:
       
    29 	Cedar Platform
       
    30 
       
    31 Root:	PERFORCEROOT
       
    32 
       
    33 Options:	noallwrite clobber nocompress unlocked nomodtime rmdir
       
    34 
       
    35 SubmitOptions:	submitunchanged
       
    36 
       
    37 LineEnd:	local
       
    38 
       
    39 View:
       
    40         //DP/master/product/tools/cbr/perl/... //CLIENTNAME/product/tools/cbr/perl/...