svnnotify commits for trunk only

SvnNotify commits Emails about commits in SVN can be sent using svnnotify. Our system was set to send emails whenever there was any change to our repository. Our repository consisted of tags, trunk and branches. To make that happen, here’s what our <svn-repo>/hooks/post-commit file looked like: REPOS=”$1″ REV=”$2″ HANDLER=”HTML::ColorDiff” TO=”[email protected],[email protected]” FROM=”[email protected]” REPLY=”[email protected]” /usr/bin/svnnotify -C -H […]

Version control, please

Version control Learning code is always fun and so should doing version control. Isn’t it fun to build variables, classes, methods, properties, events, etc.? If you have started to learn how to code, in any language, please spend time to appreciate the value of version controlling your code. Git and Mercurial (aka Hg) are both free and […]