So it's a reserved variable. That makes sense, but I would have never
figured that out.
Thanks so much for the help.
On Sep 6, 7:41 am, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> Yup, it's the :svn variable:
>
> set :svn, "/svn-repos/#{application}/trunk"
>
> If you set that, it must point to the location of the "svn" program on
> the remote server. This is for people who have "svn" installed in a
> non-standard location.
>
> - Jamis
>
> On 9/5/07, chris <[EMAIL PROTECTED]> wrote:
>
>
>
> > I am getting pretty good at this posting code bit :)
>
> > set :application, "softballsmart"
> > set :domain, "pointytack.com"
> > set :user, "chrisolsen"
> > set :svn, "/svn-repos/#{application}/trunk"
> > set :repository, "svn+ssh://[EMAIL PROTECTED]"
> > set :rails_env, "production"
>
> > #
> > =============================================================================
> > # ROLES
> > #
> > =============================================================================
> > # You can define any number of roles, each of which contains any
> > number of
> > # machines. Roles might include such things as :web, or :app, or :db,
> > defining
> > # what the purpose of each machine is. You can also specify options
> > that can
> > # be used to single out a specific subset of boxes in a particular
> > role, like
> > # :primary => true.
>
> > role :web, domain
> > role :app, domain
> > role :db, domain, :primary => true
>
> > #
> > =============================================================================
> > # OPTIONAL VARIABLES
> > #
> > =============================================================================
> > set :deploy_to, "/var/www/apps/softballsmart/"
>
> > #
> > =============================================================================
> > # SSH OPTIONS
> > #
> > =============================================================================
> > ssh_options[:keys] = %w(/Users/chrisolsen/.ssh/id_dsa)
> > ssh_options[:port] = 22
>
> > On Sep 5, 10:47 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> > > Can you share the full contents of your deploy.rb? Looks like maybe
> > > you have set the :svn variable to something odd, perhaps?
>
> > > - Jamis
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---