From nobody Tue Dec 14 17:30:40 2021 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 91FDA18EFC39 for ; Tue, 14 Dec 2021 17:30:41 +0000 (UTC) (envelope-from jhb@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JD54d38b7z3v1t; Tue, 14 Dec 2021 17:30:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from [10.0.1.4] (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 097F23B44; Tue, 14 Dec 2021 17:30:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Message-ID: Date: Tue, 14 Dec 2021 09:30:40 -0800 List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: CSRG archive? Content-Language: en-US To: "Bjoern A. Zeeb" , freebsd-git@FreeBSD.org References: From: John Baldwin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639503041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sPcbl+QoA4aR7r13F8Ka58LNq4nkO0nfKro7oLtmZVU=; b=qjpWIxVmkmHM+ixQrjQGM2v3Z+vdOfLuxzuGCk8xZiDH16+aGaSqDD8XtwLVLziBAodRTs 6Bt7uHH8xRuYWjKfqEO8LfRVFsN7MMftkDIpPo2+THzURu0VM+r9XzUHJ+VTc2474zZpFN rWOWhmnx88tlHFhDhp4jk/tBOXLjqiDKBQy9bhg7jpr5TpOFHpZ4/3DwMbDhEqMzKrCeOp dSXslG/LmaTUSbkDed34j6KZDFWVP1wQVKwrpHYxu03Ze3Gre7nXhpBG/LmBxqG2aRMQhw UsiUUoB8GJFuFsjWiZlijYat3OKgTo6yWT0K4Bg29XwzwBhtHvwyy0G57S9L3g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639503041; a=rsa-sha256; cv=none; b=QVqpEyhDQ7lEsDOyBr8EP+MueWFHLFQXyLE4vFHo8e/MPcv69fxwY+n6O32UrnGG4Vs4qS 3Uu7dS81JTPo89tfwg5AeEh1zm7cgBJAs5Vs11AtQhQoPrmSqrK9U41tKa9Hc/FIGanAWc o3RTnwibPEVEq0TeSV8oyyx7IVYQbuveFBAlyuxtQWItLF0mL9UJXn870SqhEkU9E07DbX QGCXObV3gOaqg/gsIo9SeK8kaT+BskSBtlFiylveW0LFT2O+FmIq9HPZSmkKipbsBLt6BA 1WL37DRdDuv3fXuwO/l+KoyYPvc460dxJON/fVBNeELznYGugAy+92YVsgrz1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 12/6/21 11:26 AM, Bjoern A. Zeeb wrote: > Hi, > > do we have a copy of the SVN CSRG tree in git somewhere? There is > vendor/CSRG in src but that doesn't seem to match the SVN. I think a copy of the conversion I originally did that Kirk verified I could release is available on ftp.freebsd.org somewhere. The vendor/CSRG is an old CVS tag and not related. If you want a unified history I suggest looking at ddimoas (misspelled I'm sure) repository on GitHub that is a unified git tree that includes both CSRG, various UNIXen, BSD's, etc. -- John Baldwin