Category Archives: git

Applying git patch emails to subversion

I prefer git, but have been spending a lot with subversion working on Module::Build. To give myself local version control when offline (I was on an airplane), I layered a local git repository on top of the subversion checkout. (Yes, there might be better ways to do this with “git svn” but not [...]

Also posted in perl-programming | Tagged , , , | 1 Comment

More git conversions

My version number article exhausted me, so this will be a short post. My work to convert some more Perl module repositories from Subversion to git continues with two more things hosted on github:

ExtUtils::CBuilder — This is the complement to ExtUtils::ParseXS, which I described converting last week. Anyone interested in working on it, [...]

Also posted in cpan, perl-programming | Tagged , , | Leave a comment

Convert to git and get more patches?

Today, I converted the ExtUtils::ParseXS repository from subversion to git, published it on github.com and announced it on the perl5-porters and module-build perl mailing lists. Within hours, it was cloned and I got my first pull request.
I don’t know if that’s the start of a trend or not, but it’s food for thought for anyone [...]

Also posted in cpan | Tagged | 1 Comment

© 2009-2010 David Golden All Rights Reserved