Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:bitbucket': 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; 'suggest': 0.14; 'wrote': 0.14; 'bitbucket': 0.16; 'investigate': 0.16; 'link,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:n 50': 0.16; 'followed': 0.16; 'thanks,': 0.17; 'looks': 0.24; 'header:X-Complaints-To:1': 0.27; 'there.': 0.32; 'another': 0.32; 'url:org': 0.36; 'should': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'took': 0.61; 'here:': 0.62; 'more': 0.64; 'url:blogspot': 0.65; 'account': 0.65; 'frank': 0.68; 'hand': 0.80; 'subject:Control': 0.84; 'url:2013': 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, 18 Mar 2014 08:45:05 +0200 References: 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395125405 news.xs4all.nl 2829 [2001:888:2000:d::a6]:56151 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68485 "Andriy Kornatskyy" wrote in message news:BLU0-SMTP953C8572B5CA6374830E50917D0@phx.gbl... > Frank, > > I would suggest start with an account on https://bitbucket.org. It > supports private repositories so you should be good there. > > From 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 > Thanks, Andriy. I followed your link, which took me to another link which took me to RhodeCode - https://rhodecode.com/ It looks interesting. I wll investigate that and bitbucket further. Frank