Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9377

Re: Code hosting services

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <t@jollybox.de>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'bug': 0.02; 'mentioned,': 0.04; 'git': 0.07; 'lesser': 0.07; 'tracking,': 0.07; 'hosts': 0.09; 'mercurial': 0.09; 'revision': 0.09; 'subject:hosting': 0.09; 'wrong,': 0.09; 'essentially': 0.11; 'am,': 0.13; 'wrote:': 0.15; 'bitbucket,': 0.16; 'forks': 0.16; 'massively': 0.16; 'mercurial.': 0.16; 'narrow': 0.16; 'now).': 0.16; 'rachel': 0.16; 'received:192.168.1.40': 0.16; 'sourceforge': 0.16; 'sticking': 0.16; 'two.': 0.16; 'wiki,': 0.16; 'useful,': 0.16; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'etc,': 0.23; 'focuses': 0.23; 'subject:Code': 0.23; 'topic.': 0.23; 'project,': 0.24; 'code': 0.24; 'extent': 0.25; 'there.': 0.25; 'load': 0.26; '(and': 0.27; 'host': 0.28; 'problem': 0.29; 'btw,': 0.30; 'source': 0.32; 'andrew': 0.32; 'generally': 0.33; "i'll": 0.33; 'it.': 0.33; 'people,': 0.33; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'there': 0.34; 'google': 0.34; 'community': 0.35; '(not': 0.35; "isn't": 0.35; 'guys': 0.36; 'page': 0.36; 'option': 0.37; 'are.': 0.37; 'some': 0.37; 'but': 0.37; 'using': 0.37; 'received:192': 0.38; 'subject:: ': 0.38; 'features.': 0.38; 'somewhat': 0.38; 'received:192.168.1': 0.39; 'to:addr:python.org': 0.39; 'kind': 0.60; 'back': 0.63; 'product,': 0.63; 'huge': 0.64; 'information,': 0.64; 'received:62': 0.67; 'special': 0.67; 'want,': 0.71; 'aspect,': 0.84; 'from:addr:t': 0.84; 'objective.': 0.84; 'subject:services': 0.93
Date Wed, 13 Jul 2011 12:05:14 +0200
From Thomas Jollans <t@jollybox.de>
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Iceowl/1.0b2 Icedove/3.1.11
MIME-Version 1.0
To python-list@python.org
Subject Re: Code hosting services
References <4E1D413E.7080002@gmail.com>
In-Reply-To <4E1D413E.7080002@gmail.com>
X-Enigmail-Version 1.1.2
OpenPGP id=5C8691ED
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 8bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.964.1310551521.1164.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1310551521 news.xs4all.nl 23900 [2001:888:2000:d::a6]:33323
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:9377

Show key headers only | View raw


On 07/13/2011 08:54 AM, Andrew Berg wrote:
> I know this isn't specific to Python, but it is somewhat on topic. Way
> back when I had a simple project, SourceForge was by far the most
> prominent place to host (and it still is, though to a lesser extent
> now). SourceForge is still an option for me, but I know there are many
> other hosts out there. The problem is I don't which one what the pros
> and cons of each are. Wikipedia has some information, but it's generally
> objective. This is useful, but it's not enough to narrow my choices down
> to one or two. What can you guys recommend?
> 
> BTW, I'll likely be sticking with Mercurial for revision control.
> TortoiseHg is a wonderful tool set and I managed to get MercurialEclipse
> working well.

GitHub is massively popular, and a great service. It's based on git (not
mercurial), and is centred around the source repository, and has bug
tracking, wiki, downloads, everything you'll need. What makes GitHub
special (and popular) is the social aspect, allowing you to follow
people, with great management of forks — real distributed (git is a
distributed VCS after all) collaboration. One of GitHub's great features
is, in a way, the huge community — kind of a self-fulfilling prophecy.

Bitbucket, which Mr Rachel mentioned, is essentially a not-quite-as-good
clone of GitHub, just using Mercurial. Don't get me wrong, it's a good
product, and may be exactly what you want, but it is a clone, and it
doesn't have the community GitHub has.

Google Code is more SourceForge-style in that it focuses more on having
the landing page linking downloads, not focusing so much on the code
repository. It supports Mercurial repositories, as far as I know. I
don't have much experience with it. All the standard features.

There are a load of older sites, SourceForge, Savannah, Gna!, etc etc
etc, but they don't support VCS other than CVS/Svn for the most part.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Code hosting services Thomas Jollans <t@jollybox.de> - 2011-07-13 12:05 +0200

csiph-web