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


Groups > comp.lang.python > #68568

Re: Question about Source Control

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Question': 0.07; 'machines.': 0.09; 'mercurial': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'release,': 0.09; 'subject:Source': 0.09; 'worked.': 0.09; 'project,': 0.12; 'wrote': 0.14; 'clone': 0.16; 'initially,': 0.16; 'practice?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'scratch': 0.16; 'version.': 0.19; 'machine': 0.22; 'install': 0.23; 'propose': 0.24; 'setup,': 0.24; 'source': 0.25; 'holds': 0.26; 'header:X -Complaints-To:1': 0.27; 'program,': 0.31; 'directory,': 0.31; 'handled': 0.32; 'run': 0.32; 'could': 0.34; 'basic': 0.35; 'there': 0.35; 'thanks': 0.36; 'project': 0.37; 'machines': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'major': 0.40; 'how': 0.40; 'central': 0.64; 'latest': 0.67; 'frank': 0.68; 'started.': 0.68; 'subject:Control': 0.84; '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 Thu, 20 Mar 2014 08:48:22 +0200
References <lg6s09$irl$1@ger.gmane.org> <lgbe6g$j9o$1@ger.gmane.org>
X-Gmane-NNTP-Posting-Host 197.87.50.55
X-MSMail-Priority Normal
X-Newsreader Microsoft Outlook Express 6.00.3790.4657
X-RFC2646 Format=Flowed; Response
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.8289.1395299017.18130.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395299017 news.xs4all.nl 2948 [2001:888:2000:d::a6]:45357
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68568

Show key headers only | View raw


"Frank Millman" <frank@chagford.com> wrote in message 
news:lgbe6g$j9o$1@ger.gmane.org...
>
>
> To recap my basic setup, I have machine A which holds the source 
> directory, machine B which is used to edit the program, and machines B and 
> C which are both used to run the program.
>
> Initially, to prove that I understand the concept, I propose to install 
> Mercurial on all three machines. Machine A will hold the central 
> repository, which I will clone onto machines B and C. After editing on B, 
> I will 'push' to A, and then from C 'pull' from A to get the latest 
> version.
>

Ok, I did that, and it worked. I think I may be on the path to 
enlightenment.

One thing still confuses me. Over the lifetime of a project, there could be 
many thousands of changesets. Some of those could be tagged as 'major 
releases'. Someone wishing to clone the project from scratch may want to 
start from the latest major release, and not download every changeset since 
the project started.

How is this handled in practice?

Thanks

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-20 08:48 +0200

csiph-web