Re: How to move code and docs from GitHub to GitHub

2019-05-11 Thread Greg Stein
Yeup. Infra transfers repositories all the time. Just file an INFRA ticket specifying which repositories are to be transferred, and their new names. There are a couple approaches to perform the transfer, and that can be worked out in the ticket. Cheers, Greg Stein Infrastructure Administrator,

Re: How to move code and docs from GitHub to GitHub

2019-05-10 Thread Brian Devins-Suresh
Echoing what Dave said, we have had Infra transfer the repos in instead of just pushing a new version so that we could keep all issues, release notes, etc -Brian On Fri, May 10, 2019 at 3:31 PM Dave Fisher wrote: > Hi - > > I would discuss this with Apache Infra. Either: > > join

Re: How to move code and docs from GitHub to GitHub

2019-05-10 Thread Dave Fisher
Hi - I would discuss this with Apache Infra. Either: join https://the-asf.slack.com - #asfinfra, or subscribe to us...@infra.apache.org and send an email. Regards, Dave > On May 10, 2019, at 12:08 PM, leerho wrote: > > I am in the process of trying to move code from our current GitHub >

Re: How to move code and docs from GitHub to GitHub

2019-05-10 Thread Jan Piotrowski
To be honest, the first thing I would is to ask GitHub support if they might be able help - just take the repo and move everything over to an existing empty repo. Best, Jan Am Fr., 10. Mai 2019 um 21:09 Uhr schrieb leerho : > > I am in the process of trying to move code from our current GitHub >

How to move code and docs from GitHub to GitHub

2019-05-10 Thread leerho
I am in the process of trying to move code from our current GitHub repositories to the newly assigned Apache incubator GitHub repositories. I could use some advice on the best way to do this. So far, I have used the command $ > git push --all --tags --repo=g...@github.com:apache/incubator-.git