stemey
2007-Mar-01 12:01 UTC
Using Capistrano without the svn being excecuted on remote server
Hi, I am trying ot Capistrano to deploy my ruby app. It seems that Capistrano tries to load the source code from the remote server (the one I want to deploy to) via svn. Unfortunately this is not possible in my setup. Instead the source code has to be pushed to the remote server. How can I achieve that? Thanks, Stefan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Alan Francis
2007-Mar-01 14:09 UTC
Re: Using Capistrano without the svn being excecuted on remo
stemey wrote:> Hi, > > I am trying ot Capistrano to deploy my ruby app. It seems that > Capistrano tries to load the source code from the remote server (the > one I want to deploy to) via svn. Unfortunately this is not possible > in my setup. Instead the source code has to be pushed to the remote > server. How can I achieve that? > > Thanks, > StefanYou''ll need to write a new task. Capistrano has recently added a ''put'' command. It should be possible to, for example, use rake to make a big .tar.gz of your app and then use cap to put it onto the server and unzip it ? A. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Faisal N Jawdat
2007-Mar-01 18:48 UTC
Re: Using Capistrano without the svn being excecuted on remote server
On Mar 1, 2007, at 7:01 AM, stemey wrote:> I am trying ot Capistrano to deploy my ruby app. It seems that > Capistrano tries to load the source code from the remote server (the > one I want to deploy to) via svn. Unfortunately this is not possible > in my setup. Instead the source code has to be pushed to the remote > server. How can I achieve that?http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- for-local-svn-access -faisal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---