Yes, Christian is right. I'll take a look, although some blog posts [1][2] say it's not really possible. I'll see what can be done.
[1] http://www.elctech.com/tutorials/multi-staged-deployment-with-versioning-using-git [2] http://pivotallabs.com/users/jdean/blog/articles/757-introducing-autotagger-easy-multi-stage-deployment-tagging-with-git > I think Ionut was asking specifically about git tag support. It's a > little unclear, because the symbol used for branches, tags, or SHA1 > hash is :branch. Check out the rdoc [1], specifically the SCM::Git > module [2]* > > > Regards, > Christian > > [1] http://rdoc.info/projects/capistrano/capistrano > [2] > http://rdoc.info/rdoc/capistrano/capistrano/blob/31e16a1c469f797fa4a35a68aecae1acd4d0f471/Capistrano/Deploy/SCM/Git.html > > * For people reading this message via archives, [2] is not a permalink > to the latest version of that doc. > > On Mon, Aug 10, 2009 at 12:46 PM, Ian Sheridan <[email protected] > <mailto:[email protected]>> wrote: > > > > 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] <mailto:[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/ > > > > > > > > > > > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
