Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!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.173 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.67; '*S*': 0.01; 'dev': 0.07; 'all...': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'basically': 0.19; 'meant': 0.20; 'source': 0.25; '15,': 0.26; 'header:In-Reply- To:1': 0.27; 'tim': 0.29; 'message-id:@mail.gmail.com': 0.30; 'easier': 0.31; 'another': 0.32; 'up.': 0.33; 'connection': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'being': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'lost': 0.61; 'new': 0.61; 'simply': 0.61; 'complete': 0.62; 'confirm': 0.64; 'our': 0.64; 'central': 0.64; 'hub': 0.84; 'subject:Control': 0.84; 'absolutely': 0.87; '2013': 0.98 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:to :content-type; bh=X9DN1ZpUZLEd2CMzlGDY4URvPwkUapnJSJKT1p+Dw3A=; b=qqZm/3FuQATsM6nEPAwuf/Ea89J2uJkb8mtCpBtppyoPk8fYFmx5KwTMu0P9Cq+H3/ rKxhQxK8qMZfsqpqOHwzItOTQqYoaaRVKmI7DNF+E9wqJgQqnpGg3zlWR4LG5vLX+Vz3 lYzHWPdDMtmZRcaCsowrjrG4+slGtrxnj5VY6GM9DSBgZqByuSkoT9UTwozMHQMxH85t 9dgCm1OQ7Dh57Lj+dfX+o9KdSw8mye9NDhxJNjxx/XY4nGL6lfuu664kdqA0oGDZWGis XOjAJ1eCeNhiRGTHdCSR7rzFEX+4ps75Nfo3JyGnNofEmrgbrShEJyXK8d5atevkNZP+ Eefw== MIME-Version: 1.0 X-Received: by 10.220.182.193 with SMTP id cd1mr1934931vcb.32.1371275623007; Fri, 14 Jun 2013 22:53:43 -0700 (PDT) In-Reply-To: References: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> <2644d0de-9a81-41aa-b27a-cb4535964b58@googlegroups.com> <51BB8338.50006@davea.name> Date: Sat, 15 Jun 2013 15:53:42 +1000 Subject: Re: Version Control Software From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371275633 news.xs4all.nl 16010 [2001:888:2000:d::a6]:35784 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48253 On Sat, Jun 15, 2013 at 3:39 PM, Tim Delaney wrote: > I can absolutely confirm how much ClearCase slows things down. I completely > refused to use dynamic views for several reasons - #1 being that if you lost > your network connection you couldn't work at all... And that right there is why modern source control systems are distributed, not centralized. It's so much easier with git; we lost our central hub at one point, and another dev and I simply pulled from each other for a bit until we got a new Scaphio online. With centralized version control, that would have basically meant a complete outage until the new box was up. ChrisA