Workshop Activity |
---|
The Perforce Workshop is maintained by Perforce Software to support our community and open source developers at large in building and sharing tools using Perforce.
The Workshop management of projects and their file change history is provided by the Perforce Version Management and Collaboration system.
$ export P4USER=<user_name>
|
Sets the user name |
$ export P4PORT=workshop.perforce.com:1666
|
Sets the Workshop's server and port |
$ p4 login
|
Log into the Perforce Workshop |
$ p4 init
|
Initialize a personal server |
$ p4 clone -p workshop.perforce.com:1666 -f //guest/depot/path/to/project/...
|
Clone a project using depot path syntax |
$ p4 status
|
Show status of added, deleted, or modified files to be submitted |
$ p4 reconcile
|
Stage changes to be submitted |
$ p4 submit -d "Description"
|
Submits changes to local repository |
$ p4 push
|
Push changes to the Workshop |
$ p4 fetch
|
Fetch changes from the Workshop |
Copyright (c) 2016 Perforce Software. All rights reserved.