Page Title
Body Some users have had problems getting Capistrano to work with their non-Railsmachine repositories. If you have an account that requires you to use a HTTPS, you might need to add this to your deploy.rb to get deployments to work: <pre><code>set :svn_username, 'user' set :svn_password, 'password'</code></pre> If you're using Capistrano 2, use: <pre><code>set :scm_username, 'user' set :scm_password, 'password'</code></pre>
Make page private