From nobody Mon Dec 06 19:45:29 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 2F81018C7AB5 for ; Mon, 6 Dec 2021 19:45:42 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vk1-xa34.google.com (mail-vk1-xa34.google.com [IPv6:2607:f8b0:4864:20::a34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J7DS60fdDz4lxx for ; Mon, 6 Dec 2021 19:45:41 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vk1-xa34.google.com with SMTP id f7so7636629vkf.10 for ; Mon, 06 Dec 2021 11:45:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FVJ7gGwxzE6IG48GR6ezNI9HVlFSt9xjVcZ606Rw1fg=; b=cLeUhVOizMPxeANrUpnjoRz0iQUbxeQqKlmMVKmjC+vKZstuod9AKPbo+b70PXjxb2 mjsmiQwraiD55PKrSUeCiV6X6/qltuA0j7gpQFFgxSGQR2pJ0Xafb6CNCvYDzWtRt/Jl xp4/E+Ks8LCXEPMt8xIzbluJ7o/WwZKMUNKhvw4rS/9GZItCdwn3NdhWcNzxj8j2e0m8 MoH2/CuzGD6oGhL7EgFlLiDVaf9DOft5BbooOU/J27nEujzaRp/k1k0vi+v5rncAj7zt hy1N0tCQg/BMo70WcFV/NJ5YtAqHY/zknLLybcVPnzOI8ig64Fk+PGVKmhQCsFMs31Dt leYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FVJ7gGwxzE6IG48GR6ezNI9HVlFSt9xjVcZ606Rw1fg=; b=YeKH/Eet06aDOWKrUvCuNpusnlf0UOp+C1QQJso65yqOsrbutBttmOH18iepVVshLv Dg8guMB6c/bWlSRJVhe1o+0yeA9aeRAB5tVqeF9Mo4izcpDNa9vpmFWmsgsQ8UT8gHQO IrFgTL1Z3DJHFso+QWd3x9tOF1gPSW7EPmZqTeokDuzMvCN5CPNV8AMm9QkzSaKMsUOb jCzndtDQw6IaHnJ1yb5g7omNxLVJumW6rr7Ms7QWPDFwyhWv3QCHEp2JSA11fZgdBHTL 8Z0Ml07P0z6xPUVnX8GxPy/81W5P6C/Wal3P4iRVOjSYfoFSzEtgO9CNzw4k31Om/LxY nnbg== X-Gm-Message-State: AOAM533+hTkVW77OnXP9/GgYDugITDojQZ5lDRnfUCQLqC0bYvaSjY7+ 6tJvh+hC4E+08NfnRFD0rY+f2Sua/Tw4T+CxE1owy/lrsTY= X-Google-Smtp-Source: ABdhPJzKdbfeNZD6SJEq49XrI9rFhHDBWnVPSKUHavxghlD1YeWvfceL5td9Ue34uwCqiCbuCk4BlW4wyXnW+rFlFOU= X-Received: by 2002:a1f:c9c2:: with SMTP id z185mr44390538vkf.26.1638819940850; Mon, 06 Dec 2021 11:45:40 -0800 (PST) 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 References: In-Reply-To: From: Warner Losh Date: Mon, 6 Dec 2021 12:45:29 -0700 Message-ID: Subject: Re: CSRG archive? To: "Bjoern A. Zeeb" Cc: freebsd-git Content-Type: multipart/alternative; boundary="0000000000006cfcea05d27f8006" X-Rspamd-Queue-Id: 4J7DS60fdDz4lxx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: Y --0000000000006cfcea05d27f8006 Content-Type: text/plain; charset="UTF-8" On Mon, Dec 6, 2021, 12:26 PM 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. > There have been several on the net. Are there any plans to convert it if it wasn't done? > We haven't done one. The quality of the SCCS to SVN is kinda low, though. SCCS didn't preserve renames very well, and some deleted files are gone forever. We looked at trying to come up a graft to hook it up as prehistory of the project. It didn't give good results when I tried it... Warner /bz > > -- > Bjoern A. Zeeb r15:7 > > --0000000000006cfcea05d27f8006--