http://www.capify.org/index.php/Frequently_Asked_Questions#What_if_I.27m_not_using_Subversion.3F
GIT is supported by capistrano. That seems like it should answer your question. set :repository, "LINK_TO_GIT_REPOS" set :scm, :git set :scm_username, "USERNAME" set :scm_password, "PASSWORD" Is all you need in your deploy.rb file The capify site has changed a little so Google might not of given you all the pages you needed on the first page of the search results. - Ian ---------------------- Ian Sheridan http://iansheridan.dyndns.org ---------------------- On Mon, Aug 10, 2009 at 12:05 PM, Ionut G. Stan<[email protected]> wrote: > > Hi guys, > > I was wondering if there's any built-in support in Capistrano for > deploying from > SCM tags (Git in my particular case). I've googled the issue and it > seems there's > no such thing. I have only found some third party plugins or other > recipes for this. > > So, if there's nothing built-in, could you recommend me something based > on your > experience? > > > Thanks, > > -- > Ionut G. Stan > I'm under construction | http://igstan.blogspot.com/ > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Capistrano" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
