# The form data below was edited by stephkyle # A Perforce Remote Specification. # # RemoteID: The remote identifier. # Address: The P4PORT used by the remote server. # Owner: The user who created this remote. # RemoteUser: The user to use when connecting to the remote server. # Options: Remote options: [un]locked, [no]compress. # Update: The date this specification was last modified. # Access: The date of the last 'push/fetch' on this remote. # Description: A short description of the remote server (optional). # LastFetch: The last changelist that was fetched. # LastPush: The last changelist that was pushed. # DepotMap: Lines to map local files to remote files. # # See 'p4 help remote' for detailed information. RemoteID: stephkylePython Address: rsh:/bin/sh -c "umask 077 && exec p4d -i -J off -r '/Users/sturner/workshop/Python/.p4root'" Owner: stephkyle Options: unlocked nocompress Update: 2016/05/17 17:31:20 Description: Created by stephkyle. LastFetch: default LastPush: default DepotMap: //Python/P4Pythonlib/... //guest/sven_erik_knop/P4Pythonlib/...