Hi, Any advice re solving the issue I'm getting trying to get things working with git:
/opt/local/lib/ruby/gems/1.8/gems/capistrano-2.5.4/lib/capistrano/recipes/deploy/scm/git.rb:224:in `query_revision': Unable to resolve revision for 'HEAD' on repository '[email protected]/source/equity/.git'. (RuntimeError) My config line is: set :repository, "[email protected]/source/equity/.git" This is my local development repository, however I'm assuming that my remote production server should be able to use this ok. I've tried adding the following line: set :local_repository, "." however when I do this I then get: ** [10.1.1.1 :: err] fatal: Could not switch to '[email protected]/source/equity' Also note that the password and login to access my remote production server does NOT currently align with what I need for the git repository access. Is this an issue? thanks Greg --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
