Skip to content

Instantly share code, notes, and snippets.

@maksymx
Created July 15, 2014 15:48
Show Gist options
  • Save maksymx/700521654141e314f7bb to your computer and use it in GitHub Desktop.
Save maksymx/700521654141e314f7bb to your computer and use it in GitHub Desktop.
Create new Cisco Perforce client
### create new dir
### cd dir
p4_newclient -modules # list of all modules
p4_newclient -c username:project_directory:freebsd_client_name repo_name # create client
# check view in the client regarding project needs
p4 client -o # check client settings
p4 sync # download files from repo
python co_helper.py # download dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment