Category Archives: Development

Installing Mercurial on Server 2008 R2 with IIS

Installing Mercurial in Server 2008 R2 using IIS as the web server Continue reading

Posted in Development | Leave a comment

PowerShell pscmdlet.writedebug vs Write-Debug

In working on some script based cmdlets I noticed some inconsistent behavior related to the Preference variables.  The $pscmdlet automatic variable provides several methods for interacting with a pipeline, including it’s own WriteDebug function which performs similarly to the Write-Debug … Continue reading

Posted in Development, PowerShell | Leave a comment

Source Control Introduction

Source Control HOWTO contains a good high level overview of source code management.

Posted in Development, References | Leave a comment