> I was wondering if it would be considered to move the source code of > pyinstaller from subversion to github.com.
I think it would be a good idea. I have no preferences for git vs mercurial but I believe the latter would also be a good candidate for a new VCS. Also, BitBucket could be considered (supports both git and mercurial) as an alternative to github although the latter seems to be more popular and seems to be gaining popularity faster. I have recently been contributing AIX functionality to PyInstaller and kept my changes locally in a Mercurial repo using MQ (Mercurial Queues) to maintain the patches to submit. If the project was kept in a git of Mercurial repository, it would have made my life easier. /Martin -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
