Ginty wrote: > On Jun 6, 4:57�pm, Marnen Laibow-Koser <[email protected]> wrote: >> 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.
As what user? > 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. OK, apparently we're not hearing each other. Gitosis setup is simple, and it gives you a ridiculously easy way of managing users' keys. Even for my solo freelance business, I can't imagine *not* using Gitosis. When you have two users -- and if you have Cap, you should have two users -- you need Gitosis. Try it! 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.

