Hacker News new | ask | show | jobs
by pilif 6212 days ago
You are right - it's no real comparison.

But still, using gitosis to host the repositories has some advantages over plain ssh:

    * you only need to create one git user
    * people don't need shell access to the machine
    * you have fine-grained control over who has push access and who doesn't.
As it's really easy to set up, it's always worth to go the gitosis route if you just need SSH repository access.

But yeah, the visualization and collaboration you don't get. For that you need to decide between Gitorious (doesn't look as nice, real pain to install, but open source and no associated cost aside of your own resources) and GitHub (really good-looking, (probably) easy to install, proprietary and quite expensive).

Judging from Gitorious' current state, I'd say GitHub is, for a non-ruby/rails programmer, less expensive to install and use than Gitorious, but it's still too expensive for what it provides, especially when you compare it to the hosted plans which are cheaper while not leaving you with backup and machine maintenance.