Archives
-
Mercurial Conversion from Team Foundation Server
One of my many (almost) daily tasks when working on the CodePlex platform since releasing Mercurial as a supported version control system, is converting projects from Team Foundation Server (TFS) to Mercurial. I'm happy to say that of all the conversions I have done since mid-January, the success rate of migrating full source history is about 95%. To get to this success point, I have had to learn and refine several techniques utilizing a few different tools… (read more)
-
VisualHG: A Mercurial Plugin for Visual Studio
Mercurial is quickly gaining momentum in the open source world, and the need for great tooling to make developers lives easier is always essential. Most developers using Mercurial know of the the explorer shell plugin, TortoiseHg, but what many don't know about is VisualHG. In summary... (read more)
-
WikiPlex v1.3 Released
It's been a many months since the last release of WikiPlex, but its only because there hasn't been a lot of churn recently. I've very happy where WikiPlex is at, and it continues to be a very… (read more)
-
Extending WikiPlex with Scope Augmenters
Another extension point with WikiPlex is Scope Augmenters. Scope Augmenters allow you to post process the collection of scopes to further augment, or insert/remove, new scopes prior to being rendered. WikiPlex comes with 3 out-of-the-box Scope Augmenters that it uses for indentation, tables, and lists. For reference, I'll be explaining… (read more)