From owner-freebsd-git@freebsd.org Fri Feb 24 03:44:05 2017 Return-Path: Delivered-To: freebsd-git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69449CEB1A7 for ; Fri, 24 Feb 2017 03:44:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4907719F1 for ; Fri, 24 Feb 2017 03:44:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 45949CEB1A6; Fri, 24 Feb 2017 03:44:05 +0000 (UTC) Delivered-To: git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 439F8CEB1A5 for ; Fri, 24 Feb 2017 03:44:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 035EF19F0 for ; Fri, 24 Feb 2017 03:44:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id y135so9375776itc.1 for ; Thu, 23 Feb 2017 19:44:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=W3dhjdO7l6s/Ttr+pHGG/+PEG9MseDb1QhtrPbYINQY=; b=qWSOVOOqNZqeOHF2zA4xQaOimi+lYs2UESLpe273XgVwulnupAZXE8snj784WpCdpK XjzokQo+oERF/l1z0fw4iehzV/7cVXurYbFu0Vtl+xrFKLIJ0KIFxYf3Qz+0fFrsI3YZ UNi66Nb2eSKLIbS1zsvZbSloT8OaAOFyjI+9OzU4LJUxVzKha4vmcryu1fRd7r5d/gVH w4dHZhqFO4vs6SkDTXtkxmpvqwTuksArUR48VAXNnlazsiHsWW5TITsHOTahlC5G95Q5 1mejepUaPtIrHx4jBuc8Njrt4tPsuo908JjsAICWlinK+K88ABKpa9wJf9Pd4UaCcHZd Jirw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=W3dhjdO7l6s/Ttr+pHGG/+PEG9MseDb1QhtrPbYINQY=; b=U8P65nzdb0msuw+uvwccVCeQFj1YOxz0yQycL+W7RnSn9ATmHu4UFmJhtzK5c335ls W/CHOiukxQJHCb0irn287PF0Vwnp8u0NzVUx2AR+elD+vva6vugS5od5+CnTKMLft4MD pQIWL13v/mvsQqzxIIKL7/sFkvOl+kJBStqmnwV0qGLLE0Si5FMKLpvQ1JRj80W+5xC8 ZUY88YlvySiStxj2Dy4trh2ub+ru4ISU5GBtolxaR7TS7zC+zyAW51GL+H3g4Y/nuL7E Z5Xz+7AZk5OaXBdrgQYCydI8veN+hUunPt15X4nFlInN82Ak3qDd1SZcuv/nHAm8MuKX mbGA== X-Gm-Message-State: AMke39kHSrBnA486zKAtxpKN5jeUBcj4FjyqnojC0dirbV8+7A9kNT5KP3EP1NOaZvzgHwWu6pFY9Z/lWEt7+w== X-Received: by 10.36.25.83 with SMTP id b80mr888202itb.98.1487907844351; Thu, 23 Feb 2017 19:44:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.190.71 with HTTP; Thu, 23 Feb 2017 19:44:03 -0800 (PST) In-Reply-To: <20170224003931.GY1280@albert.catwhisker.org> References: <20170223223541.GX1280@albert.catwhisker.org> <20170224003931.GY1280@albert.catwhisker.org> From: Ryan Stone Date: Thu, 23 Feb 2017 22:44:03 -0500 Message-ID: Subject: Re: Reality-checking the github repository...? To: git@freebsd.org, David Wolfskill Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 03:44:05 -0000 Yes, that's expected. Due to details in how git represents directory trees, it is unable to represent empty directories. On Thu, Feb 23, 2017 at 7:39 PM, David Wolfskill wrote: > On Thu, Feb 23, 2017 at 02:35:41PM -0800, David Wolfskill wrote: > > ... > > For my first try, I created a shiny new local clone of the repo we > > actually use internally,... > > > > While I rather expected the first "difference" identified: > > > > Only in ../svn/src: .svn > > > > I was quote surprised to find 64 more "Only in ../svn/src/...." lines. > > (I have attached a copy of the file.) > > > > Is this expected? > > .... > > Further investigation reveals that each of the cited file system objects > (other than .svn) either is an empty directory or only contains empty > directories. > > Does that information have an effect on whether or not the result is > "expected?" > > Thanks! > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > How could one possibly "respect" a misogynist, racist, bullying con-man??!? > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. >