Re: Repo transfers

2019-12-18 Thread Duo Zhang
git clone --bare cd git push --porcelain --mirror I've done some migrations recently with the commands above. Justin Mclean 于2019年12月18日周三 下午2:05写道: > HI, > > I think this can be done as simple as using these two commands, but I’ve > not tried it before. > git clone —mirror oldrepo > git p

Re: Repo transfers

2019-12-17 Thread Justin Mclean
HI, I think this can be done as simple as using these two commands, but I’ve not tried it before. git clone —mirror oldrepo git push —mirror newreeo Here’s a slightly longer set of command which does the same. [1] Worse case we can wipe the repo and ask again and/or ask Infra to franker it f

Re: Repo transfers

2019-12-17 Thread Gregory Nutt
Sounds good to me 8-) On 12/17/2019 5:36 PM, Justin Mclean wrote: Hi, So the discussion on legal discuss has died down [1] and the SGA has been filled. My reading of that legal thread is that you now OK to transfer everything across. Code not owned by the Nuttx project can be worked as needed

Repo transfers

2019-12-17 Thread Justin Mclean
Hi, So the discussion on legal discuss has died down [1] and the SGA has been filled. My reading of that legal thread is that you now OK to transfer everything across. Code not owned by the Nuttx project can be worked as needed as everything is under a compatible license (BSD/MIT) and we have I