From owner-freebsd-questions@freebsd.org Thu Jan 7 00:09:19 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 3B8484E5719 for ; Thu, 7 Jan 2021 00:09:19 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB66P1x1Nz3mMC for ; Thu, 7 Jan 2021 00:09:17 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id F22C740605C; Wed, 6 Jan 2021 16:09:05 -0800 (PST) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: freebsd-questions@freebsd.org cc: hmurray@megapathdsl.net From: Hal Murray Subject: Re: Moving from svn to git for downloading source In-Reply-To: Message from Bob Willcox of "Wed, 06 Jan 2021 16:55:20 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Jan 2021 16:09:05 -0800 Message-Id: <20210107000905.F22C740605C@ip-64-139-1-69.sjc.megapath.net> X-Rspamd-Queue-Id: 4DB66P1x1Nz3mMC X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of hmurray@megapathdsl.net has no SPF policy when checking 64.139.1.69) smtp.mailfrom=hmurray@megapathdsl.net X-Spamd-Result: default: False [0.50 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.139.1.69:from]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[megapathdsl.net]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[64.139.1.69:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(1.00)[1.000]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4565, ipnet:64.139.0.0/18, country:US]; RCVD_COUNT_TWO(0.00)[2]; 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: Thu, 07 Jan 2021 00:09:19 -0000 bob@immure.com said: > Thanks. I'll give this a try on my test system to see if I can get it right. > It does look more complicated than what I've been doing with svn for years. > :( Somebody should work out a cheat-sheet for new git users, or find a URL for a good one. I can't write it, but I'll be glad to review. I think it falls into 2 parts. One is read only, how do users who what to build from source get to a particular version. The other is development: how to distribute patches so others can test them and how to merge them into the main branch. (and tricks for undoing edits and ...) -- These are my opinions. I hate spam.