Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: We will be moving to GitHub Date: Sat, 2 Jan 2016 21:29:20 +1100 Lines: 14 Message-ID: References: <5687718d$0$1612$c3e8da3$5496439d@news.astraweb.com> <87oad41fd4.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 7a7gu9JBUJ+wvPWriTBXawV67KB/z1QxxtkR5moaIlow== 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; 'repository': 0.05; 'svn': 0.05; 'cc:addr:python-list': 0.09; 'mercurial': 0.09; 'jan': 0.11; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hopeful': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'this.': 0.28; 'received:google.com': 0.35; 'too': 0.36; 'received:209.85': 0.36; 'others.': 0.36; 'structures': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'build': 0.40; "you'll": 0.61; 'skip:u 10': 0.61; 'remember,': 0.66; 'chrisa': 0.84; 'to:none': 0.91; 'dozen': 0.91; 'treatment': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=q0XoVpd6YwpJjnuV6cVKSCBW4D2988daoV+rPC4QQZk=; b=FZYZS0o8xkURvVCOJ59jbvepSfEimnC3QA+psfTSJsQTiedKsZ7hk+3y/x0Rhiw4KV Q0VLrkiKiHUq9UwJlFjFn8YNPclpPtgDnMNhuWrrLF032HE7vvnqpmZ9VJsI7vlTavuL ZZVSl8nG0ADaLpq82xw3nScBqtvPbvPCSGs86pAdL1CUBPS8okVhf6kV8RdMAxL1b6vR qCCje2SNycMFDzjohevhrKpaxtlzwN3P30R0Cznpeny1XeKMhrepEbt24DR/Ya7hET3O YKps0aI5+sXuKdQUV75kH89RdnijYvOZ9Mhuovizr25EoFr5ZVpMgaLhkaaxkbEqHa3Q FSUA== X-Received: by 10.50.66.179 with SMTP id g19mr58768680igt.94.1451730561006; Sat, 02 Jan 2016 02:29:21 -0800 (PST) In-Reply-To: <87oad41fd4.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101135 On Sat, Jan 2, 2016 at 8:48 PM, Marko Rauhamaa wrote: > Having struggled with Perforce, SVN and CVS, I was hopeful Mercurial > would be everything Teamware was. > > Unfortunately, it wasn't. The big disappointment was the treatment of a > repository as the atomic unit. You'll need to elaborate on this. Is a repository too large or too small as an atomic unit? What is the Teamware style, and what is the advantage? Remember, you can always build structures around the outside of a repository - hg.python.org has half a dozen major repos, plus a large number of others. ChrisA