Date: Fri, 11 Dec 2020 09:58:08 +0800 From: Li-Wen Hsu <lwhsu@freebsd.org> To: Rene Ladan <rene@freebsd.org> Cc: git@freebsd.org Subject: Re: svnadmin equivalent? Message-ID: <CAKBkRUwjJF9nY=JyNkZgGq67QBKhmVhu61YU_Gt_nz3uhvYf%2Bw@mail.gmail.com> In-Reply-To: <20201210223443.GA64504@freefall.freebsd.org> References: <20201210223443.GA64504@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 11, 2020 at 6:34 AM Rene Ladan <rene@freebsd.org> wrote: > where did the equivalent of svnadmin end up for the doc repository > now that it has been converted to git? Most of the content in svnadmin is not so useful in git, so only access and mentors files (including their history) are preserved in an "orphan branch" in git, internal/admin. Other config files like approvers will be converted to a new format to match the philosophy and the hooks under development. They will be added to the internal/admin branch when we open more workflows. > I tend to use this with my Grim Reaper hat on to see if former > ports committers are also active in doc or src, and for ports when > they became ports committer for the Developer Alumni section in the > Contributors Guide. Full information is available at https://github.com/freebsd/git_conv#gimme-the-repo Here is how I check out the internal/admin branch (to "admin" local branch): git config --add remote.origin.fetch '+refs/internal/*:refs/internal/*' git fetch git checkout -b admin internal/admin For browsing in cgit: https://cgit-dev.freebsd.org/doc/log/?h=internal/admin Best, Li-Wen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKBkRUwjJF9nY=JyNkZgGq67QBKhmVhu61YU_Gt_nz3uhvYf%2Bw>