On Nov 30, 8:25 am, Lee Hambley <[email protected]> wrote: > Alex, > > Hosting the repository in your home directory is not bad for a single guy, > but in order to collaberate, you need to move it to somewhere shared, as you > mentioned - or, run a git server (starting to get complicated) and deal with > permissions. For the small, small cost involved - I would take a repository > somewhere like Github and collaberate there. > > This solves all your problems about sharing code; (and I throughoughtly > recommend not getting involved in hosting your own multi user repository, if > you're not a competant sysadmin, it can get ugly real quickly)
I agree with Lee on the easiest solution being the github route. If you're willing to do a couple hours of work though (depending on your expertise), you can probably get your own multi-user repo setup with gitosis. I started using it on one of my own personal sites (I'm too cheap to pay for a paid github plan), and felt it was actually straightforward as far as config management things can go. You setup a couple users, install a thing or 2, and have a pretty easily configurable, secure, multi-user (with groups) git repository setup on your host. http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
