From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E02401389E2 for ; Wed, 26 Nov 2014 21:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5318FE08FB; Wed, 26 Nov 2014 21:59:00 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3277EE0850 for ; Wed, 26 Nov 2014 21:58:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 58FB1123F1 for ; Wed, 26 Nov 2014 22:58:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1417039137; bh=PciSZ4h468cfuQrSGw81VYGxmE1ps373/eipLHB6aWs=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=iv/PNzwG+jBEPgLvStpEI+hDnOlBRb2c2Zyjr+nB25zLVL5hirvPxl+n/FFqWXcW2 uIvRVnVdSmS5hOqKZI8W0FL88rOJNALQ6untkrkagdw0BxpR3Ea148Qp243VUul29H m4ifPPLa4loNJOxEs/p4fwSD31i1CufnUrk7m1zg= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 05795-01 for ; Wed, 26 Nov 2014 22:58:56 +0100 (CET) Received: from [172.32.99.66] (mail.oops.co.at [213.129.238.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id C2838123C9 for ; Wed, 26 Nov 2014 22:58:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1417039135; bh=PciSZ4h468cfuQrSGw81VYGxmE1ps373/eipLHB6aWs=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=d75rp6S2xYht+yy4UiiOehFBDWACmMp2LRZ+Sy8jK/1wOW7iyEUklum6UNSdWdRJb tTqead7IsJ6/+2v0YEWKYJ+Y/Bd6Oe1A6EOFxMAEdoGoxg1aRw4X4802UqkDGVSeiI 3u012Q+W/1e0eRal+cDW3OWYBfht+GIWfrAVyMSM= Message-ID: <54764D1E.1080201@xunil.at> Date: Wed, 26 Nov 2014 22:58:54 +0100 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo's future directtion ? References: <5470D229.7000806@tampabay.rr.com> <54760E01.2050508@gentoo.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 7937e9fa-f894-462a-8490-38c25bb8e9f2 X-Archives-Hash: 7d14ef44b3be36236615e4431787ba9f Am 26.11.2014 um 21:39 schrieb Rich Freeman: > Most devs can't wait to switch to git. There are a few who might > prefer to stick with cvs but overall I don't think that is preventing > us from switching at all. (without having read the whole thread, sorry) my *personal opinion* is that git brings a lot of advantages to software development. I am still no programmer and maybe will never be .... but I use git for some of my projects and customer-related stuff ... It's clever and complex and simple at the same time somehow. Sometimes I wonder why syncing portage isn't yet available via git ;-) Maybe it isn't because more clever devs have decided it is not clever at all :-) S