I don't see anything illegal with your naming, though I don't like mixing separators.
Are you sure that branch exists exactly as specified? What is your repository set as? Have you verified that you have access to the repository both locally and remotely (with the deploy user?) > On Dec 2, 2013, at 6:24 AM, byrnejb <[email protected]> wrote: > > > >> On Friday, 29 November 2013 17:42:48 UTC-5, dbray wrote: >> Split is a string method not an Array method in 1.9.3 nor ruby 2.0 >> >> How are you setting the branch to be deployed? > > # Deploy this version. This is an SCM/VCS repository branch, not a tag. > set( :branch, "ForEx-Deploy-V.04.000.0000rc1" ) > >> >> How are you setting the repo for git? > > # Define VCS/SCM characteristics > set( :scm, "git" ) > >> What version of git are you running locally? > > $ git --version > git version 1.7.1 > > > -- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/capistrano/5c2ffa53-df3e-4591-9937-5bf9eb7bb02b%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/D71EDDE8-DB8A-4C50-A5A6-FD95B0321B6F%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
