2017 © Pedro Peláez
 

library github-subtree-tool

A tool to automatically update readonly github repos, based on a provided master repo.

image

webiny/github-subtree-tool

A tool to automatically update readonly github repos, based on a provided master repo.

  • Tuesday, August 23, 2016
  • by swader
  • Repository
  • 3 Watchers
  • 5 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

GitSplit Tool

This tool is used to semi-automate the management of read-only git repositories, that depend on the provided parent repository., (*1)

Installation

composer --global require webiny/github-subtree-tool

Running the tool

Just run the following command from the terminal, and follow the procedure:, (*2)

$ cd vendor/webiny/github-subtree-tool/
$ php cli.php

Requirements

Configuration

GIT_ACC - name of the github account that holds the repos - example: Webiny (refers to https://github.com/Webiny), (*3)

GIT_REPO - name of your master repo - example: Framework (refers to https://github.com/Webiny/Framework), (*4)

GIT_USER - your github username - should have write access to GIT_REPO, (*5)

GIT_PASS - github password for GIT_ACC, (*6)

GIT_SUBTREE - path where the subtree components are located, inside the master repo - example: src/Webiny/Components, (*7)

Structure and repo names

On of the most important requirements is that the component repo names match the ones inside the GIT_SUBTREE path on the parent repo., (*8)

For example: https://github.com/Webiny/Framework/tree/master/src/Webiny/Component/Annotations matches: https://github.com/Webiny/Annotations, (*9)

The back story behind the tool

Let's take our Webiny Framework for example., (*10)

The Framework repo consists of several components like Storage, Entity, Mailer and others., (*11)

These components reside under the Framework repo inside src/Webiny/Component., (*12)

But these components also have their own github repositories:, (*13)

  • https://github.com/Webiny/Storage
  • https://github.com/Webiny/Entity
  • https://github.com/Webiny/Mailer

The reason for this is that this is a modular framework, meaning you can use any of the components without actually using the whole framework. And today, the best way to install a PHP component is over composer, meaning you need to have a separate repo for each of the components., (*14)

We always do our development inside the Framework repo, meaning over time we need to sync the changes to the component repos, including creating branches, releases and updating the composer.json file., (*15)

We have created this tool to automate that work., (*16)

How it works

It first checks out the defined branch from your parent repository, in our case that's the Framework repo., (*17)

Then it checks which components are contained inside that repo, under the define path, in our case that’s the src/Webiny/Components., (*18)

After that, it checks out the component branch and copies over the changes from the parent repo., (*19)

In the end, it creates the requested branch or tag, on both the component repos and the parent repo. Optionally, it can also update the composer.json files, (*20)

Safety

This tool communicates with your github repo, so make sure you understand what you are doing., (*21)

Just to be safe, the tool will at the very end of the process ask for your confirmation to confirm that you want to push all the changes. Until that confirmation, no changes are done on the repo., (*22)

Bugs and improvements

Just report them under issues, or even better, send a pull request :), (*23)

The Versions

23/08 2016

dev-master

9999999-dev http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

23/08 2016

v1.0.4

1.0.4.0 http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

16/03 2015

1.0.x-dev

1.0.9999999.9999999-dev http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

16/03 2015

v1.0.3

1.0.3.0 http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

10/03 2015

v1.0.2

1.0.2.0 http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

10/03 2015

v1.0.1

1.0.1.0 http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github

10/03 2015

v1.0.0

1.0.0.0 http://www.webiny.com/

A tool to automatically update readonly github repos, based on a provided master repo.

  Sources   Download

MIT

The Requires

 

by Sven Al Hamad
by Pavel Denisjuk

github