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, ASF


On Fri, May 10, 2019 at 2:41 PM Brian Devins-Suresh 
wrote:

> 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 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
> > > 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
> > >
> > > This pushes code and tags from my laptop *clone* of our current repo to
> > the
> > > apache repo.  But it does not transfer important *release
> documentation*,
> > > which is a feature of the GitHub repo website.
> > >
> > > Is there a way to effectively copy everything (code, tags,
> documentation,
> > > etc) directly from our current origin GitHub repo to the Apache repo?
> > > Without having to use my laptop clone in the middle? AND without wiping
> > out
> > > the current origin GitHub repo?
> > >
> > > Otherwise, I am having to manually copy and paste all the associated
> > > release documentation!
> > >
> > > Any help would be appreciated!
> > >
> > > Thanks
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


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 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
> > 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
> >
> > This pushes code and tags from my laptop *clone* of our current repo to
> the
> > apache repo.  But it does not transfer important *release documentation*,
> > which is a feature of the GitHub repo website.
> >
> > Is there a way to effectively copy everything (code, tags, documentation,
> > etc) directly from our current origin GitHub repo to the Apache repo?
> > Without having to use my laptop clone in the middle? AND without wiping
> out
> > the current origin GitHub repo?
> >
> > Otherwise, I am having to manually copy and paste all the associated
> > release documentation!
> >
> > Any help would be appreciated!
> >
> > Thanks
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


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
> 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
> 
> This pushes code and tags from my laptop *clone* of our current repo to the
> apache repo.  But it does not transfer important *release documentation*,
> which is a feature of the GitHub repo website.
> 
> Is there a way to effectively copy everything (code, tags, documentation,
> etc) directly from our current origin GitHub repo to the Apache repo?
> Without having to use my laptop clone in the middle? AND without wiping out
> the current origin GitHub repo?
> 
> Otherwise, I am having to manually copy and paste all the associated
> release documentation!
> 
> Any help would be appreciated!
> 
> Thanks


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



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
> 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
>
> This pushes code and tags from my laptop *clone* of our current repo to the
> apache repo.  But it does not transfer important *release documentation*,
> which is a feature of the GitHub repo website.
>
> Is there a way to effectively copy everything (code, tags, documentation,
> etc) directly from our current origin GitHub repo to the Apache repo?
> Without having to use my laptop clone in the middle? AND without wiping out
> the current origin GitHub repo?
>
> Otherwise, I am having to manually copy and paste all the associated
> release documentation!
>
> Any help would be appreciated!
>
> Thanks

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



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

This pushes code and tags from my laptop *clone* of our current repo to the
apache repo.  But it does not transfer important *release documentation*,
which is a feature of the GitHub repo website.

Is there a way to effectively copy everything (code, tags, documentation,
etc) directly from our current origin GitHub repo to the Apache repo?
Without having to use my laptop clone in the middle? AND without wiping out
the current origin GitHub repo?

Otherwise, I am having to manually copy and paste all the associated
release documentation!

Any help would be appreciated!

Thanks