Le Sun, 25 Mar 2012 13:39:22 -0400, Jim Fulton <[email protected]> a écrit : > - Create a github repo from svn. > > Not sure the best apprach to this. I was thinking of using svn2git > to copy the zc.buildout svn project. > > Someone with git foo could help with this, although this wants to be > soon. (Like nowish :)
FWIW, we (Nexedi) did it internally to include several fixes/changes we need, one branch per fix + merge back to "master" branch (aka trunk in svn terminology), all based on "upstream" branch (which is just buildout's trunk). http://git.erp5.org/gitweb/slapos.buildout.git Each bug-fixing/feature-adding branch is named after the corresponding launchpad bug number. We didn't create branches nor tags corresponding to buildout releases & branches, as far as I can see. We would be happy to help converting the repository - and start hammering it with patches :) . Regards, -- Vincent Pelletier ERP5 - open source ERP/CRM for flexible enterprises _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
