Can anyone please enlighten me as to why the following in my deploy.rb
doesn't work?
---
# this should be passed in to identify the change being deployed
set :branch, ''

set :version, "version-#{branch}"
set :version_dir, "releases/#{version}"

--
What I get in the output:
--
  * executing "cp -RPp
/home/cpatti/temp/services/ConsSearch/shared/cached-copy
/home/cpatti/temp/services/ConsSearch/releases/version-/20110315214115
&& (echo c8c088705f41311a5828e242c2ce9980b11fb386 >
/home/cpatti/temp/services/ConsSearch/releases/version-/20110315214115/REVISION)"
--

I can make this work exactly how I want if I do a --set
version_dir="releases/version-1.0" from the command line, but I really
want to do this automatically for the user.

Thanks for any clues, you folks have been *incredibly* helpful.

-Chris
-- 
Christopher Patti - Geek At Large | GTalk: [email protected] | AIM:
chrisfeohpatti | P: (260) 54PATTI
"Technology challenges art, art inspires technology." - John Lasseter, Pixar

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to