Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'read.': 0.03; '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; 'url:software': 0.09; 'wrote': 0.14; '*should*': 0.16; 'grows.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'shortcut': 0.16; 'workflows': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'help.': 0.21; 'seems': 0.21; 'command': 0.22; 'skip:n 60': 0.24; 'earlier': 0.24; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'tried': 0.27; 'monday,': 0.33; 'not.': 0.33; 'but': 0.35; 'url:org': 0.36; 'system,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'read': 0.60; 'ago,': 0.61; 'march': 0.61; 'back': 0.62; 'myself': 0.63; 'refer': 0.63; 'more': 0.64; 'management': 0.65; 'worth': 0.66; 'frank': 0.68; 'mistakes.': 0.84; 'subject:Control': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Frank Millman" Subject: Re: Question about Source Control Date: Tue, 25 Mar 2014 07:41:27 +0200 References: <19d3ddc9-0fb9-476d-a117-e5f174eca85c@googlegroups.com> X-Gmane-NNTP-Posting-Host: 197.87.184.157 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395726103 news.xs4all.nl 2835 [2001:888:2000:d::a6]:44068 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68963 "Rustom Mody" wrote in message news:19d3ddc9-0fb9-476d-a117-e5f174eca85c@googlegroups.com... > On Monday, March 17, 2014 6:36:33 PM UTC+5:30, Frank Millman wrote: >> Hi all > >> I know I *should* be using a Source Control Management system, but at >> present I am not. I tried to set up Mercurial a couple of years ago, but >> I >> think I set it up wrongly, as I got myself confused and found it more of >> a >> hindrance than a help. Now I am ready to try again, but I want to avoid >> my >> earlier mistakes. > > > Seen this?? > Yeah may not apply directly to your use-case buts seems worth a read > https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html > > [At command line > $ git help -w workflows > will give you the same > ] Thanks, Rustom, that was a very interesting read. I have made a shortcut to it so that I can refer back to it as my understanding grows. Frank