Archive for November, 2007

Error uninstalling VS 2008 Beta 2

Sunday, November 25th, 2007

I’ve just had a bit of a pain uninstalling Visual Studio 2008 Beta 2 on Vista. I followed Scott Guthrie’s steps for uninstalling it, but when I tried to uninstall VS 2008 itself I got the following error:
Error 1325.’WebDesignerCore’ is not a valid short file name.

Needless to say, a brief episode of profanity ensued. […]

Blogging from the iPhone

Sunday, November 25th, 2007

This is not easy if you have thumbs as big as mine! But the phone looks cool!

Automating Subversion export on Windows

Thursday, November 15th, 2007

I was having problems using the a command line Subversion client on Windows XP to export from the repository. The problem was mainly my own stupidity but I’ll share the "solution" anyway.
The Subversion help describes the "export" command as follows:
export: Create an unversioned copy of a tree. usage: 1. export […]