From owner-svn-src-projects@freebsd.org Tue Feb 26 05:47:07 2019 Return-Path: Delivered-To: svn-src-projects@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 A7F6C150C31E for ; Tue, 26 Feb 2019 05:47:07 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 2E9056C71B; Tue, 26 Feb 2019 05:47:07 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f53.google.com with SMTP id e27so8701768lfj.8; Mon, 25 Feb 2019 21:47:07 -0800 (PST) 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=rRd9oNUvNI7ueddXXkutWG3ZwOfgKz1h+fECNjMccAU=; b=Ld2nWyp4GKvIHgnSYIQ9BvbhdYlpqmFV9CRhyIN5+0/Ys+/giuePuvihgOC6fsxxoX RfbqoueCib7Hid0p8szE8O5dIkU7NMTiR77Be+ZNIYCyYEIB+sWSw0tFbiR69dt9n4TT Bd+d4svJ0/Mx+of2iE/g+G1APFTJjxAvzDKIy4MqQb7+a0trrMkjp3WeHp2hmcavYbXp nHO8h35ncmPadOGTQa/TPmA6BJ0LFKbyVfkOmR6XVNhCvoX9QH3tyCTirXruQ1R3w3TU 7xSsH6dg/Ob88Bxps7AAEOqo+CRSiYooUbObEmo/l0KxgiNh/DTCs11ruJUji0+m+FzS YqRg== X-Gm-Message-State: AHQUAubw3RY2k6HmZ7iFhEH2XC8io6h2WN8XYq0DOMvzJVxGajKL+OaW D8DuXDpB3r2pI0pgfJ/UwQkvowEz6ipp/znm42cmoA== X-Google-Smtp-Source: AHgI3IbnELjjT2InlXbC3Zpt8WDchwr4cMjUqbTwLO3dcjdQzb0lyOINAsJAelJs3w//ZILktmSPntX7yBRL66BgXr0= X-Received: by 2002:ac2:5291:: with SMTP id q17mr23450lfm.138.1551159639533; Mon, 25 Feb 2019 21:40:39 -0800 (PST) MIME-Version: 1.0 References: <201902260417.x1Q4H3QD043093@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201902260417.x1Q4H3QD043093@pdx.rh.CN85.dnsmgr.net> From: Alan Somers Date: Mon, 25 Feb 2019 22:40:27 -0700 Message-ID: Subject: Re: svn commit: r344558 - in projects/fuse2: . sbin/ifconfig To: rgrimes@freebsd.org Cc: Enji Cooper , src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 2E9056C71B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.81 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.81)[-0.805,0] X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 05:47:07 -0000 On Mon, Feb 25, 2019 at 9:17 PM Rodney W. Grimes wrote: > > > On Mon, Feb 25, 2019 at 8:31 PM Enji Cooper wrote: > > > > > > > > > > On Feb 25, 2019, at 7:28 PM, Alan Somers wrote: > > > > > > > > Author: asomers > > > > Date: Tue Feb 26 03:28:14 2019 > > > > New Revision: 344558 > > > > URL: https://svnweb.freebsd.org/changeset/base/344558 > > > > > > > > Log: > > > > Create a project branch for fuse(4) work. > > > > > > > > The branch will be used for a new test suite, bug fixes, and various other > > > > enhancements to fuse. > > > > > > > > Sponsored by: The FreeBSD Foundation > > > > > > > > Added: > > > > projects/fuse2/ > > > > - copied from r344557, head/ > > > > Modified: > > > > projects/fuse2/sbin/ifconfig/af_inet.c > > > > projects/fuse2/sbin/ifconfig/af_inet6.c > > > > projects/fuse2/sbin/ifconfig/ifconfig.c > > > > projects/fuse2/sbin/ifconfig/ifgroup.c > > > > > > Why is ifconfig modified on this branch? > > > -Enji > > > > Good question. Apparently there's something I don't know about the > > "svn cp" command. > > I think you cp'ed then modified the tree, then commited it, > as this looks to be what was in your other commit you just > made to head. > > > -Alan Opposite order. I had modifications in my head that I had forgotten about which "svn cp" copied unbeknownst to me. But since the changes were ready to commit anyway, I'm not going to back them out of projects/fuse2. I'll just leave them there and never merge them back. -Alan