From owner-freebsd-current@freebsd.org Fri Sep 18 20:04:45 2020 Return-Path: Delivered-To: freebsd-current@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 A4A8F3EE29F; Fri, 18 Sep 2020 20:04:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (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 4BtPv04nkYz437h; Fri, 18 Sep 2020 20:04:44 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f178.google.com with SMTP id y9so7548366ilq.2; Fri, 18 Sep 2020 13:04:44 -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=AWoA4esb+iobpC8k+sYLXAReMN1k+Oi+IJqV53qUN00=; b=gCtA7H1mJYgCs3kj1RG4BK2kJr9QvlB6YeRZM60AfR0pdnmaxiAm2RUz8JnrYwqs4P WfAictp7OFGTLHqM35AfO8aZvJr5I5ntx2jo5jZ2S4f4mISzlkEGmsxBTKwwk598YPQB yiLZ+epHXnAouSLWf+etsbjfVqwbzfYGJZTQkBHsTZqoVHMRBQTMNPKgF/Gxy1FS5OoF rmp6/Qn0PN0dCEUlIzRAmm5Mk66r5phtE86ZJkIsododMsqLw2IcWCOoJ2xQQBzozrk5 LSFWZcf6wLjMEaqS00o1cQM6qKC5YZ94iMOMa8TX8HKzcn+VXYClc3xGLcRNDmZ+mGp+ jMGA== X-Gm-Message-State: AOAM532qFYpauUD7U8zfYaP+7DPyhXnnHZ8dfAJi9cgEBrIZC2LA4WRl 1QAeuVMLR6sFWIW2WHBK45okdwY0xfBUbf+WlnMzEXL8 X-Google-Smtp-Source: ABdhPJyN+l8aKYfvwa0VLIapIwZUlAfJhAdp0GfvgSqwr9I50G02XBO6k4j1kiLpu57v6Ge/tP4/ew4rSDQVJ0dD6ZU= X-Received: by 2002:a92:ba0a:: with SMTP id o10mr12800139ili.100.1600459483404; Fri, 18 Sep 2020 13:04:43 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Fri, 18 Sep 2020 16:04:31 -0400 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 Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BtPv04nkYz437h X-Spamd-Bar: - X-Spamd-Result: default: False [-1.03 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.04)[-1.035]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.02)[-0.017]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.178:from]; NEURAL_HAM_MEDIUM(-0.98)[-0.976]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.178:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current,freebsd-hackers]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 20:04:45 -0000 On Fri, 18 Sep 2020 at 15:07, 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. It doesn't solve any of the problems we have now; the actual svn to git conversion via svn2git works fine. Open issues are with the svn repository / mirrors, and finishing up process documentation. > 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-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"