Pål Bergström wrote: > >> I would say that your life with Capistrano would just be SOO much >> easier if you use something like git/svn... >> > > But I don't understand how. Arrgh. Should I setup a repository on the > server myself?
Yes. Gitosis is a nice way to set up a Git server, or you can use a hosted service such as Github, Unfuddle, or Gitorious. > What about my apps, what would be the path for pointers? Whatever you like. > > Sorry, but I don't think you see the issue here. How does it work on the > server side? I can't find any tutorials that talks about that. I think it's assumed in Cap tutorials that you already know how your version control server works. > Like the > otherwise very good "The Absolute Moron's Guide to Capistrano" (that's > me). It kind of leaves out big chunk. It states "set :repository, > "http://somesvnrepository/trunk"" What about that somesvnrepository (git > in my case)? What about it? The tutorial assumes you already have your source code repository set up. (I think most developers these days do that as one of the very first steps in starting a new project -- I know I do.) In any case, Cap is usually set up to communicate with an already established repository, not to set one up itself. 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 -~----------~----~----~----~------~----~------~--~---

