Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'yet.': 0.04; 'repository': 0.05; 'url:bitbucket': 0.05; '21,': 0.07; 'desirable.': 0.07; 'subject:Question': 0.07; 'mercurial': 0.09; 'subject:Source': 0.09; 'clone': 0.16; 'dvcs': 0.16; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'git.': 0.16; 'm.a.': 0.16; 'message-id:@cskk.homeip.net': 0.16; 'received:cskk.homeip.net': 0.16; 'received:homeip.net': 0.16; 'simpson': 0.16; 'threshold': 0.16; 'url:css': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'rules': 0.22; 'to:name:python- list@python.org': 0.22; 'header:User-Agent:1': 0.23; 'cheers,': 0.24; 'software.': 0.24; '(or': 0.24; '(for': 0.26; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; "i'm": 0.30; 'work.': 0.31; 'easy,': 0.31; 'though.': 0.31; 'fri,': 0.33; 'but': 0.35; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'experts': 0.60; 'tell': 0.60; 'gone': 0.61; 'course': 0.61; 'content- disposition:inline': 0.62; "you've": 0.63; 'high': 0.63; 'mar': 0.68; 'advantages': 0.68; 'walk': 0.74; 'low': 0.83; 'jackson': 0.84; 'received:192.168.15': 0.84; 'subject:Control': 0.84; 'examine': 0.93; 'wanting': 0.93 Date: Fri, 21 Mar 2014 16:17:00 +1100 From: Cameron Simpson To: "python-list@python.org" Subject: Re: Question about Source Control MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) References: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395379027 news.xs4all.nl 2859 [2001:888:2000:d::a6]:60340 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68672 On 21Mar2014 13:14, Chris Angelico wrote: > On Fri, Mar 21, 2014 at 12:33 PM, Cameron Simpson 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 Rules of Optimization: Rule 1: Don't do it. Rule 2 (for experts only): Don't do it yet. - M.A. Jackson