Hi
Let's say we have a small team, 1-5 persons. What type of "git setup" would you use?
Would you use gitweb and apache so you could run over http? Or would you use the user-accounts and ssh in some way?
Today I'm familiar to use SubVersion thou apache (http), but I'm not sure it is right to setup to use git the same way...
Thanks Johan
Update: It feels like if we combine the answer that Dietrich Epp and the one hallidave gave I could get a quick and good solution.
A common dir in the servers filesystem where some can write, and that dir is also exposed with apache. That way everybody can always get the latest, but only trusted people can write to it...
Update: If you don't need to have the code "in the house", github.com does have a very nice service (that work very nice).
And their idea that the service is free if you write free code, and if your code is not free you pay for it seems like a good idea (see https://github.com/account/billing).