August 22, 2008
If you find yourself needing to check binary files into your Version Control System, something isn’t right. Your VCS is optimised for tracking changes to source files. When you have multiple revisions of a source file, the VCS has stored the original file and the changes between revisions. This is good.
When you [...]
Read the full article →
May 29, 2008
(Image taken from Nesster’s Photostream)
I think it was 2002 when Dan North took me under his wing and showed me the location attribute of Ant. That was then. Now, I’m doing a lot of .NET build engineering. And I’m dying for this feature. Here’s an Ant build to demonstrate:
<project default=”properties”>
<target name=”properties”>
[...]
Read the full article →