Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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.96; '*S*': 0.00; 'url:bitbucket': 0.05; 'installed.': 0.07; 'linux,': 0.07; 'setup.': 0.07; 'subject:Question': 0.07; 'machines.': 0.09; 'mercurial': 0.09; 'subject:Source': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'suggest': 0.14; 'windows': 0.15; '*should*': 0.16; 'at.': 0.16; 'editor,': 0.16; 'machine?': 0.16; 'mapped': 0.16; 'received:65.55.116.7': 0.16; 'reminding': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'obviously': 0.18; 'server,': 0.19; 'thanks.': 0.20; 'help.': 0.21; 'machine': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'received:65.55.116': 0.24; 'earlier': 0.24; 'fine': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'source': 0.25; 'switch': 0.26; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'point': 0.28; 'appreciated.': 0.29; 'url:mailman': 0.30; 'code': 0.31; 'received:192.168.10': 0.31; 'there.': 0.32; 'run': 0.32; 'text': 0.33; 'linux': 0.33; 'url:python': 0.33; 'running': 0.33; 'not.': 0.33; 'third': 0.33; 'there,': 0.34; 'could': 0.34; 'basic': 0.35; 'test': 0.35; 'but': 0.35; 'version': 0.36; 'from:addr:live.com': 0.36; 'machine.': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'should': 0.36; 'list': 0.37; 'system,': 0.38; 'pm,': 0.38; 'recent': 0.39; 'morning': 0.39; 'mailing': 0.39; 'url:mail': 0.40; 'how': 0.40; 'read': 0.60; 'ago,': 0.61; 'simple': 0.61; 'here:': 0.62; 'myself': 0.63; 'more': 0.64; 'url:blogspot': 0.65; 'management': 0.65; 'account': 0.65; 'here': 0.66; 'latest': 0.67; 'mar': 0.68; 'frank': 0.68; 'hints': 0.68; 'night,': 0.68; 'sharing': 0.69; 'hoping': 0.75; 'hand': 0.80; '2014,': 0.84; 'hardly': 0.84; 'mistakes.': 0.84; 'nfs': 0.84; 'resides': 0.84; 'subject:Control': 0.84; 'url:2013': 0.84; 'mount': 0.93 X-TMN: [WZhPrXWkqcf19lykljDXj7ocq0SiE9WR] X-Originating-Email: [andriy.kornatskyy@live.com] Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Question about Source Control From: Andriy Kornatskyy In-Reply-To: Date: Mon, 17 Mar 2014 15:25:30 +0200 Content-Transfer-Encoding: quoted-printable References: To: Frank Millman X-Mailer: Apple Mail (2.1874) X-OriginalArrivalTime: 17 Mar 2014 13:25:40.0564 (UTC) FILETIME=[6426B140:01CF41E4] Cc: python-list@python.org 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: 73 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395062751 news.xs4all.nl 2853 [2001:888:2000:d::a6]:56962 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68422 Frank, I would suggest start with an account on https://bitbucket.org. It = supports private repositories so you should be good there. =46rom other hand you can setup own infrastructure for SCM, read more = here: http://mindref.blogspot.com/2013/10/how-to-manage-git-or-mercurial.html=20= Thanks. Andriy Kornatskyy On Mar 17, 2014, at 3:06 PM, Frank Millman wrote: > Hi all >=20 > I know I *should* be using a Source Control Management system, but at=20= > present I am not. I tried to set up Mercurial a couple of years ago, = but I=20 > think I set it up wrongly, as I got myself confused and found it more = of a=20 > hindrance than a help. Now I am ready to try again, but I want to = avoid my=20 > earlier mistakes. >=20 > I understand the concept, and I understand the importance, so I do not = need=20 > reminding of those. What I would like help with is the basic setup. I = could=20 > subscribe to the Mercurial mailing list and ask there, but I am hoping = for a=20 > kick-start here. Here is my setup. >=20 > All my source code resides on an old Linux server, which I switch on = in the=20 > morning and switch off at night, but otherwise hardly ever look at. It = uses=20 > 'samba' to allow sharing with Windows, and 'nfs' to allow sharing with = other=20 > Linux machines. >=20 > I need to test my program on Windows and on Linux, so I run it from = both at=20 > various times. On Windows I have a 'mapped drive' pointing to the = source=20 > code. On Linux I use a third machine, running a recent Fedora, using = nfs to=20 > mount a directory pointing to the source code. Obviously each machine = has=20 > its own version of Python installed. >=20 > I do my development on the Windows machine. I use TextPad, a simple = text=20 > editor, which works fine for my purposes. It uses the mapped drive to = point=20 > to the source code. >=20 > So where should I install the SCM, and how should I set it up so that = I can=20 > access the latest version from any machine? >=20 > Any hints will be appreciated. >=20 > Frank Millman >=20 >=20 >=20 > --=20 > https://mail.python.org/mailman/listinfo/python-list