jeansnkicks / pyev

Automatically exported from code.google.com/p/pyev
0 stars 0 forks source link

Move project to GitHub #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm wondering if you would consider moving the project to GitHub, as it is 
easier to collaborate there, since developers can send pull requests instead of 
emailing patches. Using GitHub also allows using tools like Travis CI for 
Continuous Integration.

I also create a GitHub fork recently using git-svn and I've made a few tweaks 
to the code.

If you're interested in using GitHub, you might want to consider cloning my 
fork:

https://github.com/msabramo/pyev/tree/develop

By the way, a project that I maintain, pymssql, recently moved from Google Code 
to GitHub and I might be able to help with the migration. I'll note that since 
we moved from Google Code to GitHub, we've had a bunch of pull requests and 
more community involvement.

Original issue reported on code.google.com by msabr...@gmail.com on 21 Mar 2014 at 11:07

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/pymssql/ => https://github.com/pymssql/pymssql

Moving the repo shouldn't be hard , since there is git-svn and I already used 
it to make a Git repo that you can clone.

The hardest part for pymssql was migrating the issues from Google Code to 
GitHub. I used this tool to do it:

https://github.com/arthur-debert/google-code-issues-migrator

Original comment by msabr...@gmail.com on 24 Mar 2014 at 3:17