Deleting stubborn windows folders

Every now and then, even as an administrator on a machine, you hit a folder that you just cannot delete. The usual route is to take ownership of the folder and it’s child files and folders, but once in a blue moon this doesn’t work and you’re stuck with a... [Read More]

Git Cheat Sheet

We’re switching to git (on github.com) at the moment, and I really wanted to use it properly instead of just relying on the GIU clients. I decided to learn it using the command-line, and I found this excellent tutorial online which really helped me understand some of the fundamentals: http://www.sbf5.com/~cduan/technical/git/.... [Read More]
Tags: git

Creating tickets in Trac with XmlRpc and C# .NET

Programmatically creating tickets in a Trac system using the recommended approach of XmlRpc is actually fairly straight-forward. The documentation and various sources were confusing to me at first, so I thought I would document the steps I went through to set it up. For me, I had a basic Trac... [Read More]
Tags: trac c#

Jenkins Active Directory Authentication with CCTray

Our Jenkins build server is only accessed internally, so there was never any real reason to put authentication on it. However, I recently added QA Deployments to the build server and we’d like to implement production releases too, so I figured now was a good time to add Active Directory... [Read More]
Tags: jenkins

Powershell - Recursively deleting folders

I haven’t posted for ages as I am not doing any coding at the moment, but this little snippet that I used to know in my head completely eluded me today. I thought I’d post it here for when that happens again: this will delete ALL .svn folders in C:\Temp,... [Read More]
Tags: powershell