Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] github vs gitourous

If anyone has additional feedback or would like to try things out here is what I looked at.

CLONE PERFORMANCE

Perhaps you want to try a clone of through your corporate firewall?

Github:
- https://github.com/uDig/uDig 

Gitourous:
- http://gitorious.org/udig/udig-platform


MERGE CODE REVIEW

Github code review (or review of merge request):
1. https://github.com/uDig/uDig/pull/1/files 
2. click on "diff" from that page
3. inline commenting is supported here

Gitourous code review / merge request:
1. http://gitorious.org/udig/udig-platform/merge_requests/1
2. click on an file that is part of the commit
3. inline commenting is supported here as well

(http://blog.gitorious.org/2009/11/06/awesome-code-review/)

COMMUNITY

Gitourous offers a lot of space an a project landing page for several repositories (allowing uDig, Community, Docs)
- http://gitorious.org/udig

GitHub offers something similar (I think this allows uDig, Community, Docs).
- https://github.com/uDig
- it also allows for a private repository (for our commercial docs)
- Jesse indicated he could make this a bit more pretty

DOCUMENTATION

Github documentation:
- http://help.github.com/

Gitoruous documentation:
- http://gitorious.org/about
- http://gitorious.org/about/faq

DMCA
Example of a difficult policy decision for both:
- http://blog.gitorious.org/2011/02/03/an-update-on-the-sony-dmca-issue/
- https://github.com/github/dmca (http://help.github.com/dmca/)


Back to the top