From owner-freebsd-hackers@freebsd.org Fri Sep 18 19:32:46 2020 Return-Path: Delivered-To: freebsd-hackers@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 BB3953ED806 for ; Fri, 18 Sep 2020 19:32:46 +0000 (UTC) (envelope-from jim@netgate.com) Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BtPB55WYFz41F2 for ; Fri, 18 Sep 2020 19:32:45 +0000 (UTC) (envelope-from jim@netgate.com) Received: by mail-qv1-xf2b.google.com with SMTP id cv8so3539924qvb.12 for ; Fri, 18 Sep 2020 12:32:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sS7XtVVtPqA1vYCUoclgO8iv6AGtBPYpWGmBSX7BkC4=; b=Azr955rOvv9aYKXZDyA8I/W5WqD36hKbgHvLzwT+kRil44W73/Ad6IBvb03pF5HwOH sj4+um9ET0XPjkX9fDpEfUtSAPnQpb+rutPMpluDMy0krG869vO65pu6tm4vngfRTFzR WDZVhFQ8NPpquR4783QfsbbJmAxlikCY5rGwgW4+P+en4oaKi+yQF4W/xdUEOnFKVfgc /HefJLx3omBsGI4wGi7ov/ta2WBF2EYVcr0750/8yKL+8tM5DSwLYihHquflgkR5dMtC Y2BA7tfvg1mdxXNl0YQdr+5pNFnWgV4cNtQOYtngu3DIcPS2HAFa4LZsga3JwxC3qvJ2 8/sA== X-Gm-Message-State: AOAM530PlDn25sET3/EHi0AuRGxn4Qvkz0nFBFeGRj22XVF2tmNxoqcU s0Qr7fHOD0TNlCODhwT4odr4CZVq5oT+i5he2tcbyQ== X-Google-Smtp-Source: ABdhPJxbRdAmNM2ttmS1FizRtpq3m//cg8wpQnrTUuNgpL40My0ehpcvcpyYURJmAWjUdBZ1rR6Va7BRo7uMwwBdi2g= X-Received: by 2002:a0c:ec87:: with SMTP id u7mr18564053qvo.50.1600457564590; Fri, 18 Sep 2020 12:32:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jim Thompson Date: Fri, 18 Sep 2020 14:32:33 -0500 Message-ID: Subject: Re: on moving freebsd from svn to git; would this be of any help? To: Chris Cc: freebsd-git , freebsd-current , freebsd-hackers X-Rspamd-Queue-Id: 4BtPB55WYFz41F2 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.44 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[netgate.com:s=google]; FREEFALL_USER(0.00)[jim]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; NEURAL_HAM_LONG(-1.05)[-1.054]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; NEURAL_HAM_MEDIUM(-1.01)[-1.009]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[netgate.com:+]; DMARC_POLICY_ALLOW(-0.50)[netgate.com,quarantine]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::f2b:from]; NEURAL_HAM_SHORT(-0.38)[-0.375]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-hackers] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 19:32:46 -0000 worst idea I've heard this week. On Fri, Sep 18, 2020 at 2:07 PM Chris wrote: > While contemplating a massive re-tooling job ahead to accommodate > any/all changes when freebsd fully lands in git. I ran across this[1][2] > and wondered if it may be of any assistance for the task of those > involved in the migration process @freebsd. > > 1) http://catb.org/esr/reposurgeon/ > 2) https://gitlab.com/esr/reposurgeon > > FTR I'm unaffiliated with the project. It just looked like it might be of > interest. > > --Chris > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >