Archive for January, 2007

Cheat sheet for TF.exe

Here’s a nice roundup of commands for TF.exe

Rage Against The Machine - reunion rumors

From the horses mouth:  Rage Against The Machine - The Official Site

Building

When doing pc based development I think that having a working build environment that you can quickly recreate on a developers machine is very important.

I also beleive that  making it possible to have more than one instance of said environment on any computer should be a prioritised goal.

This will:

  • save a lot of time when introducing new developers.
  • make it easy to do more than one thing at a time.
  • enable nightly builds.
  • visualize cloaked dependencies

… and if you do nightly builds along with some automated testing you will:

  • find errors early
  • always have someting to deliver
  • feel confident in your work

If Visual Studio crashes when setting DataSource in GUI…

… or you get an ‘Object not set…’ when trying to expand the DataSource list in the properties window,it might be because you have a corrupt datasource in your solution.

Press ALT+SHIFT+D to open the data sources window.

If there is one with a yellow sign in front of it; delete it and Visual Studio should start working again.

I got a corrupt DataSource when I imported a solution to TFS.

A quick instruction on how to install SVN on Ubuntu

mindwarp.net » Blog Archive » SVN and you

Next Page »