Times and distances fly, even with using cruise-control. Car got its first Meguiars wash and Tech-Wax application.
Author: wooter
180 km
I left the trusty Opel Astra at the BMW dealer today, to replace it with my Montego Blue BMW 320D. It now has 180km on the odometer.
Subversion version control on Windows
Having version control is one of the sound practices of a good programmer. Version control can be done manually, but is quickly a very administrative and error-prone task, so many development organisations try to use automated systems, such as Microsoft’s Visual SourceSafe or other applications. There are also open-source counterparts, such as the old and trusty CVS, or the newer Subversion.
What is interesting, however, is that many system administrators and architects do development too, but without any version control. A set of scripts is not as elaborate as an accounting application, but without proper versioning, even the best administrator risks losing track of changes, lost time on debugging. And many places do not offer any form of version control for system administrators!
In this post, I’ll explain how to run your own Subversion version control server to control your script development. This is an update to this post for Subversion 1.4.5 …
Nürburgring Touristenfahrten
For some reason, we decided tonight to head down to the Nordschleife. It had been a while, and although we were not aware of anything special, we saw this at closing time:
Problems running DHCP on VMWare ESX 3.0?
Last week, our team had a hard task solving an urgent problem on an VMWare ESX 3.0 we had running at one of our clients. For some unexplainable reason, the DHCP server running on one Microsoft Windows Server 2003 did not seem to work. On closer inspection, the service was still running on the server, but for some reason DHCP functionality was not reaching clients. …