About

Source code for the classic tool GUI P4Win.

P4Win is a community project and is
not supported by Perforce Support.

For help with P4Win please visit the
Perforce Forums at:

 http://forums.perforce.com
  • 1
    Member
  • 16
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Members
perforce_software
Followers
adrian_watersalan_petersenallenderalvar_janssonbelkiss
bnealbrkarpalagkellygrantcaseyEAjtilander
Lester CheungMJanichrhummerSven Erik KnopTisten
Branches
  • Main
  • Path:
    //guest/perforce_software/p4win/main/...

Readme

To add a readme file:

(These commands require the latest Helix command line client and server installed locally, both available for free on the Perforce Helix downloads page).
Clone the project: p4 -d perforce-software-p4win clone -p public.perforce.com:1666 -f //guest/perforce_software/p4win/main/...

Change to the project directory: cd perforce-software-p4win

Create a readme file: echo "My first readme" > README.md

Reconcile your workspace: p4 reconcile

Submit the changes: p4 submit -d "adding readme file"

Push changes to the Workshop: p4 push