Is anyone using capistrano with git to deploy? I have a very simple setup with Git/Mongrel/Apache/Rails/MySQL all in the same server. Capistrano doesn''t seem to have git support, or does it? Pedro. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Pedro Côrte-Real wrote:> Is anyone using capistrano with git to deploy? I have a very simple > setup with Git/Mongrel/Apache/Rails/MySQL all in the same server. > Capistrano doesn''t seem to have git support, or does it? > > Pedro.Capistrano currently supports only Subversion. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2/1/07, Guest <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Capistrano currently supports only Subversion./usr/lib/ruby/gems/1.8/gems/capistrano-1.3.1/lib/capistrano/scm: base.rb baz.rb bzr.rb cvs.rb darcs.rb mercurial.rb perforce.rb subversion.rb So it looks like it supports much more than subversion. Guess I need to look at these files and try to create one for git. Pedro. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---