Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 10:42:13 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Li-Wen Hsu <lwhsu@freebsd.org>
Cc:        git@freebsd.org
Subject:   Re: svnadmin equivalent?
Message-ID:  <20201213104213.GA82804@freefall.freebsd.org>
In-Reply-To: <CAKBkRUwjJF9nY=JyNkZgGq67QBKhmVhu61YU_Gt_nz3uhvYf%2Bw@mail.gmail.com>
References:  <20201210223443.GA64504@freefall.freebsd.org> <CAKBkRUwjJF9nY=JyNkZgGq67QBKhmVhu61YU_Gt_nz3uhvYf%2Bw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 11, 2020 at 09:58:08AM +0800, Li-Wen Hsu wrote:
> 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
> 
Ah, thanks. Fetching this locally worked fine.

René



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201213104213.GA82804>