From owner-freebsd-ports@freebsd.org Mon Dec 14 00:26:47 2020 Return-Path: Delivered-To: freebsd-ports@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 F2C724A910A for ; Mon, 14 Dec 2020 00:26:47 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvMdg6Z6Zz3hZM for ; Mon, 14 Dec 2020 00:26:47 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CBA2BC522 for ; Mon, 14 Dec 2020 00:26:47 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f178.google.com with SMTP id w135so13901783ybg.13 for ; Sun, 13 Dec 2020 16:26:47 -0800 (PST) X-Gm-Message-State: AOAM532SvupfXEZvEXlM2FCtjnhPUog3d4aURc8awl9QdgPGyVlZmYsr WITmSQLuMWuYhFNKsHAtc0pxhHGC6EYql8pazwU= X-Google-Smtp-Source: ABdhPJzgn38lmn+dSk1WaC3IbSY7X19TSFVMkl8uN+8hIsvuFU/gnsvpbUJ/XnogA281Vvm2Ua4drjm36g0eQDbfrhQ= X-Received: by 2002:a25:7d04:: with SMTP id y4mr32215305ybc.110.1607905607408; Sun, 13 Dec 2020 16:26:47 -0800 (PST) MIME-Version: 1.0 References: <8e28278f-6ae3-bb68-da62-8b68ee937b88@groumpf.org> <5fd6af57.1c69fb81.62777.f792SMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: <5fd6af57.1c69fb81.62777.f792SMTPIN_ADDED_MISSING@mx.google.com> From: Li-Wen Hsu Date: Mon, 14 Dec 2020 08:26:35 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Time to swicth from svn to git ? To: Thomas Mueller Cc: FreeBSD ports , Xavier Humbert Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 00:26:48 -0000 On Mon, Dec 14, 2020 at 8:18 AM Thomas Mueller wrote: > > > > Ca we switch our ports repository from svn to git ? > > > Doc already switched, next will be src, and ports the latest. > > > More infos on freebsd-git: > > > > Regards. > > > Th. Thomas. > > https://cgit.freebsd.org shows idle 5 days. O don't really know how that idle is counted, but anyway, https://cgit.freebsd.org/doc/ shows the last commit is about 3 hours ago. > I haven't tried to git-clone the doc tree, would it be > git clone https://git.freebsd.org/doc ? There is a "clone" section in the bottom of https://cgit.freebsd.org/doc , you are very welcomed to try to clone from the first two, git.freebsd.org should direct you to the closest mirror. Best, Li-Wen