Ginty wrote: [...] > Yep, in fact I have often wondered what I am missing wrt Gitosis or a > paid Github account for that matter. > > Even for a multi-man team what do they give you that just sticking > your master repository on your private server doesn't?
Real user accounts in your repository. Even with one person and Capistrano, that's two users, and they should have separate Git repo accounts. Also, can you push to a Git repo on Dropbox? If not, then it's not a good Git hosting solution -- and of course it doesn't speak the Git protocol. 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.

