On Sun, Aug 30, 2020 at 12:53 AM Gary Gregory <garydgreg...@gmail.com> wrote:

> Any thoughts for or against creating a new git repository which would
> contain all 'proper' Commons components as git submodules?
>
> The idea is to be able to checkout all of Commons 'proper' in one go in one
> place.

Sounds to me like a lot of work (fixing remote URL's, or recloning)
with absolutely no recognizable effect. (The use case, you are
describing could be supported just as well with a shell script in
commons-parent, like

    if test ! -d proper; then mkdir proper; fi
    for f in commons-lang commons-io ...; do
        git clone https://gitbox.apache.org/repos/asf/$f.git proper/$f
    done

-- 

Look, that's why there's rules, understand? So that you think before
you break 'em.

    -- (Terry Pratchett, Thief of Time)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to