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


Groups > comp.lang.python > #68663

Re: Question about Source Control

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'repository': 0.05; 'url:bitbucket': 0.05; '*not*': 0.07; '21,': 0.07; 'subject:Question': 0.07; 'git': 0.09; 'mercurial': 0.09; 'subject:Source': 0.09; 'cc:addr:python-list': 0.11; 'clone': 0.16; 'dvcs': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'git.': 0.16; 'happy.': 0.16; 'personally,': 0.16; 'simpson': 0.16; 'threshold': 0.16; 'url:css': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; "haven't": 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'easy,': 0.31; 'quite': 0.32; 'fri,': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'pm,': 0.38; 'either': 0.39; 'tell': 0.60; 'gone': 0.61; 'course': 0.61; "you've": 0.63; 'high': 0.63; 'mar': 0.68; 'advantages': 0.68; 'walk': 0.74; 'low': 0.83; 'subject:Control': 0.84; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=5K+4+UmeetyikWY0sIA2aDrRnwB7rlGiUBZnidVxTZg=; b=zMrUTp5JQE1FGqi/I8yJxDpewCOA9PDaMw8YBiWjtvYfdIxZrQbvRd4n3BfO4r2Be2 JBNEzj7cesBD7NJ7AABgIiPL3l7YO7/V0S7l+OPdVCPWUk3y75VoqcZwSpGlHLkG3RQ9 SexF/aWCJOTItk7vs7lhbJZkG9lJaUDRhs7n4a0UG8TpVS4EQ/9F2DoSDl8gahBogPDN iJcoDatjJv7LonX055uBOgUtrOR0QM5BOpHcwHBLpNOHLVcOIoPmxH5d3j8JP5/4WtX/ wQxn4xpqrq7HwHl+rqz16tRS9Q9CxVmmBb5P7zjYYmlnxdBW9hd4QCs/KiF7U3P5aBQq g3Ug==
MIME-Version 1.0
X-Received by 10.66.118.71 with SMTP id kk7mr50262211pab.14.1395368061105; Thu, 20 Mar 2014 19:14:21 -0700 (PDT)
In-Reply-To <20140321013313.GA58343@cskk.homeip.net>
References <CAPTjJmq4MkGjOY_en-v=hA=3oJ1sef_uF8BbQ9nm6r8nPMwTgA@mail.gmail.com> <20140321013313.GA58343@cskk.homeip.net>
Date Fri, 21 Mar 2014 13:14:21 +1100
Subject Re: Question about Source Control
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8339.1395368070.18130.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395368070 news.xs4all.nl 2941 [2001:888:2000:d::a6]:44718
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68663

Show key headers only | View raw


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.
Personally, I'm quite happy fetching from either git or hg, because
I'm at least broadly familiar with both (more with git), but if it's
something I'm *not* familiar with (cvs? Haven't used it in forever),
less happy.

ChrisA

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


Thread

Re: Question about Source Control Chris Angelico <rosuav@gmail.com> - 2014-03-21 13:14 +1100

csiph-web