Hi,
I am trying to deploy my app using switchtower on a linux machine
from
a windows box and running into the following issue:
> rake deploy
Any ideas ??
Many thanks...
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/configuration.rb:197:in
`method_missing'': undefined method `local''
for #<SwitchTower::Configuration:0x102b58c8> (NoMethodError)
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/scm/cvs.rb:33:in
`latest_revision''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/configuration.rb:58:in
`initialize''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/configuration.rb:74:in
`[]''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/configuration.rb:195:in
`method_missing''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/scm/cvs.rb:48:in
`checkout''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/recipes/standard.rb:67:in
`instance_eval''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/actor.rb:114:in
`update_code''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/recipes/standard.rb:138:in
`instance_eval''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/actor.rb:296:in
`transaction''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/recipes/standard.rb:137:in
`instance_eval''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/actor.rb:114:in
`deploy''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/cli.rb:242:in
`execute_recipes!''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/cli.rb:242:in
`execute_recipes!''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/cli.rb:217:in
`execute!''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/cli.rb:12:in
`execute!''
from
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/bin/switchtower:11
from /usr/bin/switchtower:18
--
Posted via http://www.ruby-forum.com/.