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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -