Definitive guide to svn post-commit emails with nice colored diffs on DreamHost
Posted by Kelvin on 08 Jun 2010 | Tagged as: programming
Step 1 mkdir ~/perl Step 2 perl -MCPAN -e 'install SVN::Notify' This command will try to do something, then most probably fail. That's OK. Step 3 Change ~/.cpan/CPAN/MyConfig.pm to contain: 'makepl_arg' => q[PREFIX=/home/username/perl LIB=/home/username/perl/lib], 'mbuildpl_arg' => q[install_base=/home/username/perl], Step 4 perl -MCPAN -e 'install SVN::Notify' This should now install properly Step 5 Running ~/perl/bin/svnnotify should produce: […]