set :svn_user, ENV['svn_user'] || "jonathan" set :svn_password, Proc.new { Capistrano::CLI.password_prompt('SVN Password: ') } set :repository, Proc.new { "--username #{svn_user} " + "--password #{svn_password} " + "http://your.domain.tld/path/to/svn/#{application}/trunk/" }
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
david
raggi
Kuroi Kenshi
Hey what happened to...
svn
An Idea for adding g...
rails ruby rubyonrails twitter
RightSprite Taskbar ...
Creating new generat...
generator rails
Globalize Optimizati...
rails
We also post updates and blog posts over on our twitter account. Have one? Follow us!
» Follow Us
Interactive Capistrano deploys
set :svn_user, ENV['svn_user'] || "jonathan" set :svn_password, Proc.new { Capistrano::CLI.password_prompt('SVN Password: ') } set :repository, Proc.new { "--username #{svn_user} " + "--password #{svn_password} " + "http://your.domain.tld/path/to/svn/#{application}/trunk/" }