Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff

Published on

Some days ago I wrote a post about “SVN commit notification” which uses a perl script for sending commit notification with svn diff by mail. In this mail you can find svn diff from the last committed revision. I used to love this mail, soon I realized that it is a bit ugly and difficult … Continue reading Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff

Ruby script for creating new rails project and initial SVN import (with ignoring/removing log/other files)

Published on

Some days go I wrote a bash script for creating new rails project and initial SVN import (with ignoring/removing log/other files). And I received many comments if I could write a ruby script for this stuff. Hence here is the ruby script for creating new rails project and initial SVN import (with ignoring/removing log/other files). … Continue reading Ruby script for creating new rails project and initial SVN import (with ignoring/removing log/other files)