You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Roberto Cortez <ra...@yahoo.com.INVALID> on 2019/01/03 10:13:06 UTC

Apache Github Repo moved to Gitbox

Hi folks,

The TomEE repo was just moved to Gitbox.

This only applies if you have cloned the repo from Apache. If you cloned your repo from Github, no change is required.

If you were using the old git url:
https://git-wip-us.apache.org/repos/asf/tomee.git <https://git-wip-us.apache.org/repos/asf/tomee.git>

You now need to change it to use:
https://gitbox.apache.org/repos/asf/tomee.git <https://gitbox.apache.org/repos/asf/tomee.git>

You can do this change with the command:
git remote set-url YOUR_REMOTE_NAME https://gitbox.apache.org/repos/asf/tomee.git <https://gitbox.apache.org/repos/asf/tomee.git>

Cheers,
Roberto

Re: Apache Github Repo moved to Gitbox

Posted by Bruno Baptista <br...@gmail.com>.
Thanks Roberto.

The command is really handy.

Cheers

Bruno Baptista
https://twitter.com/brunobat_


On 03/01/19 10:13, Roberto Cortez wrote:
> Hi folks,
>
> The TomEE repo was just moved to Gitbox.
>
> This only applies if you have cloned the repo from Apache. If you cloned your repo from Github, no change is required.
>
> If you were using the old git url:
> https://git-wip-us.apache.org/repos/asf/tomee.git <https://git-wip-us.apache.org/repos/asf/tomee.git>
>
> You now need to change it to use:
> https://gitbox.apache.org/repos/asf/tomee.git <https://gitbox.apache.org/repos/asf/tomee.git>
>
> You can do this change with the command:
> git remote set-url YOUR_REMOTE_NAME https://gitbox.apache.org/repos/asf/tomee.git <https://gitbox.apache.org/repos/asf/tomee.git>
>
> Cheers,
> Roberto