User workspace Perforce

1. Create the workspace directory and cd there

          % mkdir -p <WORKSPACE_DIR>
% cd <WORKSPACE_DIR>

2. Create the .p4config file, containing P4PORT and the new P4CLIENT name

          % export P4CONFIG=.p4config

3. Create the new client.

          % p4 client

4. Edit the client template that comes up, changing the 'normdir' option to 'rmdir' and remove the Host line

          Client: my_client
          Owner: username 
          Host: myhost 
          Description: Created by <username>. 
          Root: /proj/<username>/work/vsc_libs
          Options: noallwrite noclobber nocompress unlocked nomodtime normdir
          SubmitOptions: submitunchanged 
          LineEnd: local 
          View: //depot/my_project/vsc_libs/trunk/... //my_client/...

       Save and exit the editor.    

       5. Now run 'p4 sync' to bring your managed files into the workspace

          % p4 sync