Skip to content

Instantly share code, notes, and snippets.

@jhwist
Created March 15, 2011 08:57
Show Gist options
  • Save jhwist/870475 to your computer and use it in GitHub Desktop.
Save jhwist/870475 to your computer and use it in GitHub Desktop.
Capistrano with Perforce
set :application, "XPro"
set :repository, "//sw/main/swtech/tools/src/xpro/full/webpart/XPro/..."
# Perforce specifics
set :scm, :perforce
set :p4port, "host:port"
set :p4user, "user"
set :p4passwd, "pass"
set :p4, "/usr/local/bin/p4"
set :p4client, "name-of-client"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment