views:

7

answers:

0

When I run this command in deploy.rb (Capistrano):

run "cd /sites/rails-data/#{application}/current/ && svn up Gemfile && bundle install --without=test"

Capistrano get stuck with:

Conflict discovered in 'Gemfile'

How can I solve this issue is I do not what is the problem?