From owner-freebsd-git@freebsd.org Thu Jan 7 10:03:56 2021 Return-Path: Delivered-To: freebsd-git@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 918C74CA6AD for ; Thu, 7 Jan 2021 10:03:56 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DBMJX3jqxz4p6f for ; Thu, 7 Jan 2021 10:03:56 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 7DC1E4CAA92; Thu, 7 Jan 2021 10:03:56 +0000 (UTC) Delivered-To: git@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 7D73F4CA7FC; Thu, 7 Jan 2021 10:03:56 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBMJX0Ffvz4p9L; Thu, 7 Jan 2021 10:03:55 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.16.1/8.15.2) with ESMTPS id 107A3rat017761 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 7 Jan 2021 11:03:53 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Thu, 7 Jan 2021 11:03:53 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: freebsd-current@freebsd.org Cc: bapt@freebsd.org, git@freebsd.org Subject: Re: poudriere && moving from svn to git for downloading source Message-ID: Mail-Followup-To: freebsd-current@freebsd.org, bapt@freebsd.org, git@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.3 (2020-12-04) X-Rspamd-Queue-Id: 4DBMJX0Ffvz4p9L X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 10:03:56 -0000 On Thu, 2021-01-07 at 09:27:59 +0100, Matthias Apitz wrote: > >Hello, > >I use poudriere to compile my used ports. Could someone please explain >or point me to a document which explains the now to be used syntax to >create (i.e. checkout) the jail and the ports tree. Actually I'm using >something like: > ># poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166 > >or > ># poudriere jail -c -j freebsd-head -m svn+http > >and for the ports tree > ># poudriere ports -c -p ports-20201130 -m svn -U svn://svn.freebsd.org/ports/ > >Thanks > > matthias We've recently discussed in the Git WG what would be required to get a seemless migration going (as in, you switch src + ports to git and things will just work). Thanks for flagging the specific revision problem though, not sure yet what to do about that. Cheers Uli