symbianosbld/cedarutils/SF_clientspec.txt
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:25 +0100
branchRCL_3
changeset 20 bae7f55f6ef7
parent 19 c39e182aa37c
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201034 Kit: 201035

# A Perforce Client Specification.
#
#  Client:      The client name.
#  Update:      The date this specification was last modified.
#  Access:      The date this client was last used in any way.
#  Owner:       The user who created this client.
#  Host:        If set, restricts access to the named host.
#  Description: A short description of the client (optional).
#  Root:        The base directory of the client workspace.
#  Options:     Client options:
#                      [no]allwrite [no]clobber [no]compress
#                      [un]locked [no]modtime [no]rmdir
#  LineEnd:     Text file line endings on client: local/unix/mac/win/share.
#  View:        Lines to map depot files into the client workspace.
#
# Use 'p4 help client' to see more about client views and options.

Client:	CLIENTNAME

Update:	CHANGEABLE

Access:	CHANGEABLE

Owner:	CHANGEABLE

Host:	HOST

Description:
	Cedar Platform

Root:	PERFORCEROOT

Options:	noallwrite clobber nocompress unlocked nomodtime rmdir

SubmitOptions:	submitunchanged

LineEnd:	local

View:
	//SSS/release/sf/tb92/app/... //CLIENTNAME/app/...
	//SSS/release/sf/tb92/mw/... //CLIENTNAME/mw/...
	//SSS/release/sf/tb92/os/... //CLIENTNAME/os/...