On Jun 6, 4:57 pm, Marnen Laibow-Koser <[email protected]> wrote: > Ginty wrote: > > [...] > > > Once you have a server though you may as well just stick your master > > repository there. I still don't see any real need for the extra > > baggage of Gitosis or whatever if you are dealing with a 1 or 2 man > > team. > > Then, when you've got your server and aren't using Dropbox for your > repo, what do you use to host it if not Gitosis? It's not extra baggage > -- it's the easiest way to host a git repo from your own server. > > Are you perchance confusing Gitosis with Gitorious?
My workflow has simply been: Establish SSH access to my server. Copy the repo there, this one now becomes my master. Clone it from my local machine via: git clone u...@server:/path/to/ repo.git Push/pull at will. Setup Capistrano to use the master repo. Deploy at will. I see how Gitosis or whatever is useful, maybe even required for multi- user setups, but for a 1-man band, like the OP, I don't think it gives you anything except additional setup. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > [email protected] > > -- > Posted viahttp://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.

