Pål Bergström wrote: [...] > But one thing I need to understand. What about git? Does that has > anything to with it?
Yes, absolutely. The way most people use Capistrano, the server checks out the code from the Git repository. > It states that nothing has to be done on the server > side, so I guess can skip git there and use it only locally. Is that > correct? I think there may be a way to set Capistrano to do that, but it's probably not a great idea. Nothing needs to be done on the server side *in the sense that you don't install Cap on the server*, but the server *does* need the tools that Cap is going to try to call. Basically, Cap logs into the server and runs a particular sequence of commands on the server. Thus, if Cap runs "git pull" on the server, the server will need Git installed for the command to have any effect. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

