Hi Guys, I finally had my capistrano deployment working. I decided to use git submodules to track vendor/rails with:
git submodule add git://github.com/rails/rails.git vendor/rails unfortunately now when I do a cap deploy or a cap deploy:upate I get the following error message: [err] Directory 'vendor/rails' exist, but is neither empty nor a git repository I have set the git_enable_submodules, 1 variable and am using cap 2.3.0 plus latest deps on ubuntu with git version 1.5.3.6 on my client and git version 1.5.4.5 on my server, does anyone have any suggestions how I can fix this or what might be wrong? many thanks, John --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
