Hey Adam,

On Sat, May 3, 2008 at 4:23 PM, Adam Salter <[EMAIL PROTECTED]> wrote:

>
> set :repository, "[EMAIL PROTECTED]:adamsalter/app_name.git -o staging"


First of all, this line is wrong. It should go like this:

  set :repository, "[EMAIL PROTECTED]:adamsalter/app_name.git"
  set :remote, "staging"

But after that, it still won't work. This is because the ":branch" options
is not used for anything. It always defaults to master.

The option *is* used inside a method named "head", but that method is never
called. This is a Capistrano bug for sure.

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to