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


Groups > comp.lang.python > #9617 > unrolled thread

Re: Code hosting services

Started byThomas Jollans <t@jollybox.de>
First post2011-07-16 13:23 +0200
Last post2011-07-17 12:28 +0200
Articles 5 — 3 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Code hosting services Thomas Jollans <t@jollybox.de> - 2011-07-16 13:23 +0200
    Re: Code hosting services Jason Earl <jearl@notengoamigos.org> - 2011-07-16 10:00 -0600
      Re: Code hosting services Thomas Jollans <t@jollybox.de> - 2011-07-16 20:20 +0200
    Re: Code hosting services Ben Finney <ben+python@benfinney.id.au> - 2011-07-17 20:08 +1000
      Re: Code hosting services Thomas Jollans <t@jollybox.de> - 2011-07-17 12:28 +0200

#9617 — Re: Code hosting services

FromThomas Jollans <t@jollybox.de>
Date2011-07-16 13:23 +0200
SubjectRe: Code hosting services
Message-ID<mailman.1108.1310815411.1164.python-list@python.org>
On 07/16/2011 10:32 AM, Andrew Berg wrote:
> Does anyone know if there are any services that have cross-project
> integration? I can see myself closing a ton of bug reports just because
> they are issues with the library part of the program, which will be a
> separate project (because there will be other projects based on that
> same library).

Launchpad has a cross-project bug tracker. Launchpad also uses the
excruciatingly slow (but distributed, and written-in-python) bzr for
version control.

[toc] | [next] | [standalone]


#9625

FromJason Earl <jearl@notengoamigos.org>
Date2011-07-16 10:00 -0600
Message-ID<87livyrzb0.fsf@notengoamigos.org>
In reply to#9617
On Sat, Jul 16 2011, Thomas Jollans wrote:

> On 07/16/2011 10:32 AM, Andrew Berg wrote:
>> Does anyone know if there are any services that have cross-project
>> integration? I can see myself closing a ton of bug reports just because
>> they are issues with the library part of the program, which will be a
>> separate project (because there will be other projects based on that
>> same library).
>
> Launchpad has a cross-project bug tracker. Launchpad also uses the
> excruciatingly slow (but distributed, and written-in-python) bzr for
> version control.

I think that you will find that recent versions of bzr are no longer
slow, at least compared to Mercurial.  My experience with bzr is with
the Emacs project, and it is true that there were some performance when
it first switched.  Most of the problems, however, were due to the fact
that that the GNU server hosting the Emacs bzr repository did not allow
updates via the bzr protocol but instead forced the use of a dumb
transport (sftp).

You don't have that problem when using Launchpad.

I will certainly agree that bzr's past problems have made it difficult
for the system to gain traction.  The perception is that bzr is unusably
slow.  This is too bad, IMHO, as Launchpad is pretty cool.

Jason

[toc] | [prev] | [next] | [standalone]


#9643

FromThomas Jollans <t@jollybox.de>
Date2011-07-16 20:20 +0200
Message-ID<mailman.1124.1310840416.1164.python-list@python.org>
In reply to#9625
On 07/16/2011 06:00 PM, Jason Earl wrote:
> On Sat, Jul 16 2011, Thomas Jollans wrote:
> 
>> On 07/16/2011 10:32 AM, Andrew Berg wrote:
>>> Does anyone know if there are any services that have cross-project
>>> integration? I can see myself closing a ton of bug reports just because
>>> they are issues with the library part of the program, which will be a
>>> separate project (because there will be other projects based on that
>>> same library).
>>
>> Launchpad has a cross-project bug tracker. Launchpad also uses the
>> excruciatingly slow (but distributed, and written-in-python) bzr for
>> version control.
> 
> I think that you will find that recent versions of bzr are no longer
> slow, at least compared to Mercurial.  My experience with bzr is with
> the Emacs project, and it is true that there were some performance when
> it first switched.  Most of the problems, however, were due to the fact
> that that the GNU server hosting the Emacs bzr repository did not allow
> updates via the bzr protocol but instead forced the use of a dumb
> transport (sftp).
> 
> You don't have that problem when using Launchpad.
> 
> I will certainly agree that bzr's past problems have made it difficult
> for the system to gain traction.  The perception is that bzr is unusably
> slow.  This is too bad, IMHO, as Launchpad is pretty cool.

I haven't used it in quite a while, so I'll take your word for it. bzr
used to be a lot slower that Mercurial on *local* operations. Mercurial
is, and has always been, only marginally slower than git.

And let's not speak of darcs.

[toc] | [prev] | [next] | [standalone]


#9690

FromBen Finney <ben+python@benfinney.id.au>
Date2011-07-17 20:08 +1000
Message-ID<87ei1pte1b.fsf@benfinney.id.au>
In reply to#9617
Thomas Jollans <t@jollybox.de> writes:

> Launchpad has a cross-project bug tracker.

With which you can (so I'm told) interact with completely using email.

> Launchpad also uses the excruciatingly slow (but distributed, and
> written-in-python) bzr for version control.

Citation needed. While Git is the fastest, Bazaar (so long as you're
using a non-ancient version) is plenty fast enough for most needs.

-- 
 \      “The face of a child can say it all, especially the mouth part |
  `\                                        of the face.” —Jack Handey |
_o__)                                                                  |
Ben Finney

[toc] | [prev] | [next] | [standalone]


#9691

FromThomas Jollans <t@jollybox.de>
Date2011-07-17 12:28 +0200
Message-ID<mailman.1163.1310898497.1164.python-list@python.org>
In reply to#9690
On 07/17/2011 12:08 PM, Ben Finney wrote:
> Thomas Jollans <t@jollybox.de> writes:
> 
>> Launchpad has a cross-project bug tracker.
> 
> With which you can (so I'm told) interact with completely using email.
> 
>> Launchpad also uses the excruciatingly slow (but distributed, and
>> written-in-python) bzr for version control.
> 
> Citation needed. While Git is the fastest, Bazaar (so long as you're
> using a non-ancient version) is plenty fast enough for most needs.
> 

You asked for it:
I cite: http://whygitisbetterthanx.com/#git-is-fast

Of course, I haven't used bzr in ages, and the data on that website is
pretty old. You say bzr has improved, and I'll take your word for it.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web