search for: scm_password

Displaying 1 result from an estimated 1 matches for "scm_password".

2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
...ere is something wrong: set :application, "******" set :domain, "*****" set :repository, "svn+ssh://ssh-username-LuuGFW4anxJsqSCBsoyqvtBPR1lH4CV8@public.gmane.org/kunden/*******/svn/******/trunk" set :scm, :subversion set :scm_username, "ssh-username" set :scm_password, "password" # Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none` set :deploy_via, :checkout set :deploy_to, "/kunden/*******" set :user, "username" set :password, "password" set :use_sudo, false role :web, "do...