About

Adds methods to assist in developing tools against a Perforce server.

Typical features:

- Will download and cache released versions of p4d locally
- Sets up a temporary directory with p4d created
  • 0
    Members
  • 0
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Branches
  • main
  • Path:
    //guest/tjuricek/perforce-gradle-plugin/...

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 tjuricek-perforce-gradle-plugin clone -p public.perforce.com:1666 -f //guest/tjuricek/perforce-gradle-plugin/...

Change to the project directory: cd tjuricek-perforce-gradle-plugin

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