Re: Moving to Java EE Github?
Hi Will, It should be fairly risk free to move between organizations. You will, as Werner said, have to remove the existing javaee/security-spec repo to be able to do it. Another way is to simply add the javaee/security-spec repo as a remote, typically `git remote add javaee git@...:javaee/security-spec.git` Then make sure you have pulled the latest from the existing repo before pushing. Beware that you may need to pull from javaee first and merge since there have been some changes done there that are not in the security-spec organization repo. You will also most likely have some conflicts with files present in both repos (CONTRIBUTING, README, LICENCE etc). Do a dry run first with the -n option to check... Or you could do a push with force: `git push javaee master --force` This is how we did it with the MVC spec. The difference there is that we treat our mvc-spec organization as the master and treat javaee as a read-only mirror. I guess you will want to have it the other way round. Are you planning to use the security-spec organization for anything, or remove it when everything has been moved to javaee? Ivar
On Wed, Jul 5, 2017 at 6:51 PM Will Hopkins <will.hopkins@...> wrote:
-- Java Champion, JCP EC/EG Member, JUG Leader
|
|