About

Perforce bindings for the LispWorks IDE

   control-x p e           "P4 Edit"
   control-x p S           "P4 Submit"
   control-x p o           "P4 Opened"
   control-x p r           "P4 Revert"

My purpose in writing this was to give me a simple integration between LispWorks and the Perforce SCM, enough to cut out (say) 90% of the context switches in return for 10% of the programming effort. I might come back and do the rest some time.
  • 1
    Member
  • 0
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Members
NickLevine
Branches
  • LW-P4
  • Path:
    //guest/NickLevine/NickLevine/lw-p4/...

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 nicklevine-p4-lw clone -p public.perforce.com:1666 -f //guest/NickLevine/NickLevine/lw-p4/...

Change to the project directory: cd nicklevine-p4-lw

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