ruby on rails - Capistrano does not copy Gemfile using SVN -


gemfile checked in repo , server able checkout rails application gemfile in right place (rails.root). when run 'cap deploy' capistrano copies except gemfile, bundler error 'could not locate gemfile'. whey svn able checkout gemfile , capistrano not?

i not able see output of svn executed on server capistrano.

my capistrano version is: capistrano v2.5.19


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -