Archive

Archive for December, 2010

Redmine Svn Pre-commit hook script

December 29th, 2010 No comments

Recently, I’m considering switching my development management system to redmine. In order to make a nice transition, I’d tested the following pre-commit hook script that connects the svn commit message to redmine issue number. It’s the same way as I used to do with the trac.

Thanks to Sam and the post, the transition was stressfree.

Here is the script to download.

Categories: Developer's Tool Tags:

Project Line Counter Addin for Visual Studio 2008 and later

December 15th, 2010 No comments

I have been a big fan of Oz Solomon’s PLC(Project Line Counter Add-In 2.21) since Visual Studio 6. However, I wasn’t able to use it under Visual Studio 2008 which is my main development environment because of the installer doesn’t support it.

I was looking for the alternatives but nothing really worked for me.

Today, I was reading through the comments of the Oz’s article on the Code Project and found out there was a way to use it in visual studio 2008 and later which is modifying the registry keys. Brilliantly work by keenedm.

I’ve attached the registry key for my further use and time saver for the others.

pls211_vs9.zip

Kudos to keenedm and Oz!!

Categories: Developer's Tool Tags: