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


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

Re: Question about Source Control

Started byCameron Simpson <cs@zip.com.au>
First post2014-03-21 16:17 +1100
Last post2014-03-21 16:17 +1100
Articles 1 — 1 participant

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: Question about Source Control Cameron Simpson <cs@zip.com.au> - 2014-03-21 16:17 +1100

#68672 — Re: Question about Source Control

FromCameron Simpson <cs@zip.com.au>
Date2014-03-21 16:17 +1100
SubjectRe: Question about Source Control
Message-ID<mailman.8344.1395379027.18130.python-list@python.org>
On 21Mar2014 13:14, Chris Angelico <rosuav@gmail.com> wrote:
> On Fri, Mar 21, 2014 at 12:33 PM, Cameron Simpson <cs@zip.com.au> wrote:
> > Regarding having Mercurial installed, that is very easy, and after
> > you've gone (eg):
> >
> >   hg clone https://bitbucket.org/cameron_simpson/css my-copy-of-cameron's-css
> >
> > (or wherever the public repository is published), you can of course
> > then walk away and work. You no longer need the public copy at all.
> >
> > With a DVCS the threshold is low and the advantages are high (hg
> > or git; I'm an hg person myself).
> 
> Yes, it's not hard to get Mercurial. And it's not hard to get git. But
> it is an extra barrier, and trying to tell people they need
> this-that-and-the-other just to get your software is a pain.

I thought Frank's scenario involved someone cloning/forking the
software. I may have misread him though.

Of course, for people just wanting to build it or examine it,
tarballs and other archives are highly desirable.

Cheers,
-- 
Cameron Simpson <cs@zip.com.au>

Rules of Optimization:
Rule 1: Don't do it.
Rule 2 (for experts only): Don't do it yet.
- M.A. Jackson

[toc] | [standalone]


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


csiph-web