About

A new and improved Microsoft Office integration for Perforce.

This project is not supported by Perforce Support. For questions please post to the Perforce Forums.

Latest download:
    https://swarm.workshop.perforce.com/download/guest/perforce_software/p4office/dist/P4OFC.exe

Notes:
https://swarm.workshop.perforce.com/projects/perforce-software-p4office/files/main/main/README.txt
  • 3
    Members
  • 4
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Owners
Robert Cowham
Members
p4mdaviesRobert Cowhamperforce_software
Followers
hgdnjiangang_songp4pzp
Branches
  • main
  • Path:
    //guest/perforce_software/p4office/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-p4office clone -p public.perforce.com:1666 -f //guest/perforce_software/p4office/main/...

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

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