Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.018 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'tutorial': 0.03; 'puts': 0.07; 'subject:Question': 0.07; 'git': 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; 'subject:Source': 0.09; 'wrote': 0.14; 'ben,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'thanks,': 0.17; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'appreciated.': 0.29; 'writes:': 0.31; "we're": 0.32; 'agree': 0.35; 'common': 0.35; 'but': 0.35; 'really': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'users': 0.40; 'how': 0.40; 'most': 0.60; 'free,': 0.61; 'term': 0.63; 'more': 0.64; 'talking': 0.65; 'assistance': 0.66; 'here': 0.66; 'frank': 0.68; 'home': 0.69; 'describes': 0.84; 'managment': 0.84; 'subject:Control': 0.84; 'this;': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Frank Millman" Subject: Re: Question about Source Control Date: Tue, 18 Mar 2014 09:14:28 +0200 References: <85y508roiw.fsf@benfinney.id.au> X-Gmane-NNTP-Posting-Host: 197.87.50.23 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395126881 news.xs4all.nl 2855 [2001:888:2000:d::a6]:40065 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68489 "Ben Finney" wrote in message news:85y508roiw.fsf@benfinney.id.au... > "Frank Millman" writes: > >> I feel that I have just not grasped the basics yet, so any assistance >> that >> puts me on the right path is appreciated. > > Here is "Hg Init", a tutorial for Mercurial . > > ("source control" is not the most common term for this; what we're > talking about is a "version control system", or VCS. But some Git users > may disagree.) > Thanks, Ben, that is a really nice tutorial. I was calling it an SCM because that is how Mercurial describes it - from their home page "Mercurial is a free, distributed source managment control tool". I do agree that 'version control' makes more sense. Frank