# A Perforce Client Specification. # # Client: The client name. # Owner: The user who created this client. # Update: The date this specification was last modified. # Access: The date this client was last used in any way. # 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 # [no]crlf [un]locked [no]modtime # View: Lines to map depot files into the client workspace. # # Use 'p4 help client' to see more about client views and options. Client: vss Update: 1999/11/12 17:09:16 Access: 1999/11/12 16:12:07 Owner: Robert Description: Created by Robert. Used for conversion of VSS data to P4. Note that things work nicely if the LHS and RHS of the mapping contain the same strings, and these conform to the settings in the config file for depot: and depot_root: Root: d:\work\convert\data Options: noallwrite noclobber compress crlf unlocked nomodtime View: //ourdepot/import/proj/... //vss/import/proj/...