https://github.com/nose-devs/nose
I'll convert the google code repo to git this week, and then try to
figure out how to move the issues over.
JP
As discussed over the past few weeks, nose development is moving to
github. Our new home is here:
https://github.com/nose-devs/nose
I'll convert the google code repo to git this week, and then try to
figure out how to move the issues over.
JP
--
You received this message because you are subscribed to the Google Groups "nose-dev" group.
To post to this group, send email to nose...@googlegroups.com.
To unsubscribe from this group, send email to nose-dev+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nose-dev?hl=en.
Yeah. Mostly they moved ok, except all comments are now attributed to
me instead of the original author, and all issues are assigned to me,
and all patches disappeared. For the patches, what I've been doing is
making a gist with the patch contents and linking that in a comment on
the github issue, then closing the matching google code issue.
Laborious but I'm not sure how else to do it. There are about 60 left
to do.
> The Google Code wiki leaves a lot to the imagination on how to migrate from
> Mercurial to git: http://code.google.com/p/support/wiki/GitFAQ
>
> I guess we have to click the reset button, switch it to git, then push the
> new git repo?
It's pretty unclear. Unfortunately it looks like hg-git chokes on nose
so I think reset, convert and push is probably the only option. Is
there a reason to keep the current wiki pages, do you think?
JP
fwiw, I think migrating google code to git is priority #1 so we can keep them in sync and move development forward.
>Yeah. Mostly they moved ok, except all comments are now attributed to
me instead of the original author, and all issues are assigned to me,
and all patches disappeared. For the patches, what I've been doing is
making a gist with the patch contents and linking that in a comment on
the github issue, then closing the matching google code issue.
Laborious but I'm not sure how else to do it. There are about 60 left
to do.
It's pretty unclear. Unfortunately it looks like hg-git chokes on nose
so I think reset, convert and push is probably the only option. Is
there a reason to keep the current wiki pages, do you think?
That seems like a better idea than keeping two repos in sync. I'll do
that now, for the google code and bitbucket forks.
JP