Workshop Activity

Recent Projects

About the Perforce Workshop

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.

Join the Perforce Workshop!

If you want to contribute, comment, or just follow you favourite projects, sign up at /signup/

How to...

(These commands require the Perforce Helix command line client and the latest Helix server installed locally, both available for free on the Perforce Helix downloads page.)
Setup
$ 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
Create Repositories
$ 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
Make Changes
$ 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
Synchronize with the Workshop
$ p4 push Push changes to the Workshop
$ p4 fetch Fetch changes from the Workshop
Please do not download software from this site unless you have read the statement below and agree to it: Disclaimer of warranty: For any and all software downloaded from the Perforce Workshop: Perforce Software, Inc. disclaims all warranties, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose.

Copyright (c) 2016 Perforce Software. All rights reserved.