From owner-freebsd-questions@freebsd.org Mon Jan 11 08:57:48 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C80C44D1799 for ; Mon, 11 Jan 2021 08:57:48 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from tgv.rail.eu.org (mail.rail.eu.org [IPv6:2001:bc8:30d3:ff17::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDnfN0Kgwz4tvh for ; Mon, 11 Jan 2021 08:57:47 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e0a:2b7:70e1:2cd4:c85c:aa40:2bfc] (unknown [IPv6:2a01:e0a:2b7:70e1:2cd4:c85c:aa40:2bfc]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: erwan) by tgv.rail.eu.org (Postfix) with ESMTPSA id 5A617C324 for ; Mon, 11 Jan 2021 09:57:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1610355459; bh=W2HaOI5AA3PPTbB6mC/rY6YvyDI6HK2FDxkKMu64niI=; h=Subject:To:References:From:Date:In-Reply-To:From; b=pIDgGWcGCsVMw0ObFAybybRylb3C0qJCBQtCvDVZPkH94MAYyLyp/OQTz9BWoUy0w Y9BeLv7hNLExSgfG5hYo4jPBeRffB5lU3FRsqfE3tbTn+H8GPVftYyjqQnGzH+58SN KtHXWqVHbpX1HZIOtEF10xfZBPEBw/l93aKUyk+4= Subject: Re: github ports To: freebsd-questions@freebsd.org References: <20210110133605.6538dfd5@dismail.de> <9cf7e6cd-7eb2-3e21-f11c-1470f53a0107@FreeBSD.org> From: Erwan David Message-ID: Date: Mon, 11 Jan 2021 09:57:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <9cf7e6cd-7eb2-3e21-f11c-1470f53a0107@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DDnfN0Kgwz4tvh X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rail.eu.org header.s=mail header.b=pIDgGWcG; dmarc=pass (policy=none) header.from=rail.eu.org; spf=pass (mx1.freebsd.org: domain of erwan@rail.eu.org designates 2001:bc8:30d3:ff17::2 as permitted sender) smtp.mailfrom=erwan@rail.eu.org X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[rail.eu.org:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:bc8:30d3:ff17::2:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[rail.eu.org:+]; DMARC_POLICY_ALLOW(-0.50)[rail.eu.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:bc8:30d3:ff17::2:from]; ASN(0.00)[asn:12876, ipnet:2001:bc8::/32, country:FR]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2021 08:57:48 -0000 Le 11/01/2021 à 09:42, Matthew Seaman a écrit : > On 10/01/2021 19:14, Valeri Galtsev wrote: > >> Just for my education: is there any advantage in using git like that >> instead of portsnap? > > Just that the git method will be supported in the future, whereas > portsnap is slated for removal, associated with the upcoming switch of > ports from SVN to git due at the end of Q1 this year. > >     Cheers, > >     Matthew > What is the solution for those who are not interessed/cannot handle the whole history with all branches ?