From owner-freebsd-questions@freebsd.org Fri Dec 25 13:17:19 2020 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 7E9D44C0FF3 for ; Fri, 25 Dec 2020 13:17:19 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2SCf28Zwz3CkD for ; Fri, 25 Dec 2020 13:17:17 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [188.174.59.231] (helo=c720-r368166.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ksmy0-000285-LB; Fri, 25 Dec 2020 14:17:12 +0100 Received: from c720-r368166.fritz.box (localhost [127.0.0.1]) by c720-r368166.unixarea.de (8.16.1/8.14.9) with ESMTPS id 0BPDH9FT003735 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 25 Dec 2020 14:17:09 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by c720-r368166.fritz.box (8.16.1/8.14.9/Submit) id 0BPDH8D8003734; Fri, 25 Dec 2020 14:17:08 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: c720-r368166.fritz.box: guru set sender to guru@unixarea.de using -f Date: Fri, 25 Dec 2020 14:17:07 +0100 From: Matthias Apitz To: Yuri Pankov Cc: Vasily Postnicov , Thomas Mueller , freebsd-questions@freebsd.org Subject: Re: Where can I find the new git repository? Message-ID: Reply-To: Matthias Apitz Mail-Followup-To: Yuri Pankov , Vasily Postnicov , Thomas Mueller , freebsd-questions@freebsd.org References: <5fe5917a.1c69fb81.b9a27.9006SMTPIN_ADDED_MISSING@mx.google.com> <8b1fbcaa-2e09-d2e4-03eb-1bbffcada788@yuripv.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8b1fbcaa-2e09-d2e4-03eb-1bbffcada788@yuripv.dev> X-Operating-System: FreeBSD 13.0-CURRENT r368166 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.59.231 X-Rspamd-Queue-Id: 4D2SCf28Zwz3CkD X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of guru@unixarea.de has no SPF policy when checking 178.254.4.101) smtp.mailfrom=guru@unixarea.de X-Spamd-Result: default: False [0.30 / 15.00]; HAS_REPLYTO(0.00)[guru@unixarea.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[178.254.4.101:from]; HAS_XAW(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_LOW(-0.10)[178.254.4.101:from]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[178.254.4.101:from]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-1.000]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[178.254.4.101:from:127.0.2.255]; RECEIVED_SPAMHAUS_PBL(0.00)[188.174.59.231:received]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_CC(0.00)[gmail.com,twc.com,freebsd.org]; RCVD_TLS_ALL(0.00)[]; SUSPICIOUS_RECIPS(1.50)[]; MAILMAN_DEST(0.00)[freebsd-questions] 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: Fri, 25 Dec 2020 13:17:19 -0000 El día viernes, diciembre 25, 2020 a las 02:57:52p. m. +0300, Yuri Pankov escribió: > > > You were close: > > > > > > git clone https://git.freebsd.org/doc.git > > > git clone https://git.freebsd.org/src.git > > > > > > You may have to set GIT_SSL_CAINFO if your certificates are not visible to > > > git: I had to do that in NetBSD but not FreeBSD. > > Also, according to https://wiki.freebsd.org/git, work is in progress to > resume mirroring to external repos (github, gitlab, etc.), so you will be > able to use github's one when this is sorted out. I did as described in the howto: https://github.com/bsdimp/freebsd-git-docs/blob/main/src-cvt.md $ git clone -o freebsd --config remote.freebsd.fetch='+refs/notes/*:refs/notes/*' https://git.freebsd.org/src.git freebsd-src Cloning into 'freebsd-src'... remote: Enumerating objects: 4249534, done. remote: Counting objects: 100% (4249534/4249534), done. remote: Compressing objects: 100% (829885/829885), done. Receiving objects: 1% (62919/4249534), 19.06 MiB | 401.00 KiB/s ... What I do not understand is the high number of objects 4249534 compared with the number of files in /usr/src (a SVN checkout of r368166): $ find /usr/src | wc -l 168673 Thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub Без книги нет знания, без знания нет коммунизма (Влaдимир Ильич Ленин) Without books no knowledge - without knowledge no communism (Vladimir Ilyich Lenin) Sin libros no hay saber - sin saber no hay comunismo. (Vladimir Ilich Lenin)