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


Groups > comp.lang.python > #68673

Re: Question about Source Control

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 <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.044
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'repository': 0.05; 'subject:Question': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Source': 0.09; 'project,': 0.12; 'assume': 0.14; 'wrote': 0.14; "'size'": 0.16; 'clone': 0.16; 'prospect': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'stuff,': 0.16; 'thanks,': 0.17; 'else,': 0.19; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'code': 0.31; 'concern': 0.31; 'own,': 0.31; 'anyone': 0.31; 'probably': 0.32; 'run': 0.32; 'says': 0.33; 'everyone': 0.33; 'there,': 0.34; 'problem.': 0.35; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'should': 0.36; 'project': 0.37; 'easily': 0.37; 'others.': 0.38; 'stable': 0.38; 'version,': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'collaborate': 0.60; 'worry': 0.60; 'most': 0.60; 'full': 0.61; 'making': 0.63; 'such': 0.63; 'size.': 0.65; 'latest': 0.67; 'frank': 0.68; 'wish': 0.70; 'skip:n 40': 0.81; 'bare': 0.84; 'intending': 0.84; 'subject:Control': 0.84; 'adopt': 0.91; 'download.': 0.91; 'wishing': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From "Frank Millman" <frank@chagford.com>
Subject Re: Question about Source Control
Date Fri, 21 Mar 2014 07:40:42 +0200
References <CAPTjJmq4MkGjOY_en-v=hA=3oJ1sef_uF8BbQ9nm6r8nPMwTgA@mail.gmail.com> <20140321013313.GA58343@cskk.homeip.net>
X-Gmane-NNTP-Posting-Host 197.87.50.54
X-MSMail-Priority Normal
X-Newsreader Microsoft Outlook Express 6.00.3790.4657
X-RFC2646 Format=Flowed; Original
X-MimeOLE Produced By Microsoft MimeOLE V6.00.3790.4913
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.8345.1395380456.18130.python-list@python.org> (permalink)
Lines 39
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395380456 news.xs4all.nl 2835 [2001:888:2000:d::a6]:36270
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68673

Show key headers only | View raw


"Cameron Simpson" <cs@zip.com.au> wrote in message 
news:20140321013313.GA58343@cskk.homeip.net...
>
> Someone intending to clone the project and develop will probably
> want the whole repository; as Gregory says - they can then easily
> push/pull with others.
>
> For Frank, the size of the repo is not the size of the bare code *
> number of changesets. There are many diff-level steps in there,
> making for a much smaller size. And code is small; really really
> small.
>

Ok, I think I've got it.

To make the software available to anyone who just wants to run a stable 
version, copy the working directory of the 'major release' repository to a 
directory of its own, without the .hg stuff, and make it available for 
download.

For everyone else, just make the full repository available, and don't worry 
about the size.

'Everyone else' would include those wishing to collaborate on the project, 
and those who just wish to keep up to date with the latest updates.

Actually my concern was not the 'size' of the full repository, but the 
prospect of wading through thousands of changesets most of which are ancient 
history. However, I assume that the experienced user will adopt habits such 
as 'hg log tip:-10' to review the last 10 changesets, so it should not be a 
problem.

Thanks, all

Frank


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


Thread

Re: Question about Source Control "Frank Millman" <frank@chagford.com> - 2014-03-21 07:40 +0200

csiph-web