From owner-freebsd-current@freebsd.org Tue Sep 4 15:08:47 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02713FF20F9 for ; Tue, 4 Sep 2018 15:08:47 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98178733F7 for ; Tue, 4 Sep 2018 15:08:46 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f176.google.com with SMTP id y12-v6so3217983ioj.13 for ; Tue, 04 Sep 2018 08:08:46 -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:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=GHbjlG+ibReqJKYPYrbHm/S3NNb6I+sDAg3cVBVuXHY=; b=eFMQjYUohJPcP8WQiLho6sDGrbDxvrWC0yILV5NK1bOTMfi/E7ZM9VqSraTQn5PS2d SQXlg1yY38yd4QSh6pKbu0g8qFjRXtH0gKbMncBkwsXiGM9LzF1UGUOZyXmljGfNRcQz tHCspB7KXBxP5uaO7e64z/+APrsaD9VrSTB4r+hvH2O3IvZjuZVwkJkiB+J1qXbmksd7 H2lDOZAFVWpIeNYGykuwEl+WMyUnxh1h/svTRwvXNIEqO/jSKgZh2v79TbAtClvq/lu8 bnbu8oTKQZ14IZVk45nWEtxL7B6daSKbqfe7S3t4GJow/VMzKBLruAhPcxTD+h9wPdHc ZkYA== X-Gm-Message-State: APzg51DuW28lqTYpidytqqE9yhjoi4h3W63/l6qFmKX0mfcU9U2uLic6 gCZ7HY1SdLsPVm8Iv+tcFTKgP8AK X-Google-Smtp-Source: ANB0Vdbr4cBsdIrgV8DhTh+FPr78/nTgp8xG/QMxfI8cp01JWZhULBkorMqoWJH6reMiJZJiWPBcRg== X-Received: by 2002:a6b:680e:: with SMTP id d14-v6mr23494779ioc.82.1536073720457; Tue, 04 Sep 2018 08:08:40 -0700 (PDT) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com. [209.85.223.172]) by smtp.gmail.com with ESMTPSA id r17-v6sm449382ioh.50.2018.09.04.08.08.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Sep 2018 08:08:40 -0700 (PDT) Received: by mail-io0-f172.google.com with SMTP id n18-v6so3244581ioa.9 for ; Tue, 04 Sep 2018 08:08:40 -0700 (PDT) X-Received: by 2002:a6b:97c6:: with SMTP id z189-v6mr23329660iod.120.1536073720102; Tue, 04 Sep 2018 08:08:40 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:4f1b:0:0:0:0:0 with HTTP; Tue, 4 Sep 2018 08:08:39 -0700 (PDT) In-Reply-To: <18a5abcc-afbc-41c3-75ed-e33607e70c8f@zyxst.net> References: <18a5abcc-afbc-41c3-75ed-e33607e70c8f@zyxst.net> From: Conrad Meyer Date: Tue, 4 Sep 2018 08:08:39 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: github freebsd and svn freebsd To: tech-lists Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 04 Sep 2018 15:08:47 -0000 On Tue, Sep 4, 2018 at 3:32 AM, tech-lists wrote: > Hello list, > > What's the difference between github freebsd and svn freebsd, other than one > is on github and the other is on svn? The github repository is read-only mirror -- new additions all come through SVN. > How does one transcode or translate a git commit reference into a svn > reference number? See https://wiki.freebsd.org/GitWorkflow and look for "notes." Best, Conrad