Auto generating Code Review Email for TFS
We use a small command line tool called crmail to auto-generate code review email from shelveset. I find the whole process very helpful and thought I'd share the process and the tool (which has some really cool features).
Features
- Automatic generation of the email from the shelveset details
- Hyperlinks are put to TFS webaccess so that you can review code from machines without any tools installed, even without source enlistment. Yes it's true!!! The only thing you need is your office's intranet access
- You can even use a Windows mobile phone :) and even some non MS browsers. Ok I guess I have sold this enuf
- This is how the email looks like with all the details pointed out
- Effectively you can see the file diff, history, blame (annotate), shelveset details, associated bugs, everything from your browser and best thing is that all of these takes one click each.
This is how the fill diff looks in the browser
Pre-reqs
- Team System Web Access (TSWA) 2008 power tool installed on your TFS server. For the shelveset link to work you'd need TSWA SP1 CTP. The other features work with the base TSWA 2008 install...
- Outlook installed on the machine on which the email is generated
- Enlistment and TFS client installed on the machine on which the email is generated
- For reviewers there is no pre-req other than a browser and email reader.
Dev process
- The developer creates a shelveset after he is done with his changes. He ensures he fills up all the details including the reviewers email address ; separated
- He runs the tool with a simple command
crmail shelvesetname - Email gets generated and opened he fills in additional information and fires send
- Done!!
Reviewers
Ok they just click on the email links. Since mostly these are managers what more do you expect out of them? Real devs will stick with firing up tfpt command line :)
Configuring the tool
- Download the binaries from here
- Unzip. Open the crmail.exe.config file and modify the values in it to point to your tfsserver and your code review distribution list (if you do not have one then make it empty)
- Checkin to some tools folder in your source control so that everyone in your team has access to it
Support
Self help is the best help :), download the sources from here and enjoy. Buck Hodges post on the direct link URLs would help you in case you want to modify the sources to do more.
Comments
Anonymous
July 07, 2008
Very cool tool! Thanks for posting. I'm sure many customers are interested in this functionality.Anonymous
July 08, 2008
Martin Hinshelwood on TFS Error: MSB4018: The "BuildShadowTask" task failed unexpectedly and...Anonymous
July 09, 2008
I will be giving this a try. ThanksAnonymous
March 11, 2009
We have noticed that a shelveset with a "rename" change in it causes CRMail to crash with the following error. Failed: Index (zero based) must be greater than or equal to zeor and less than the size of the argument list. Is this something that can be fixed? We are willing to help out if you like. Thanks.Anonymous
April 01, 2009
@crowleym: same for me, crmail refuses to work when files have been renamed in the shelveset. is the source code for crmail available?Anonymous
April 02, 2009
Yes the source is linked from this very post. Feel free to download and fix. You can send me the fix back and I'd be happy to upload it again. Hopefully by next couple of weeks I'll be able to get some time to fix it...Anonymous
May 04, 2012
Hello, Could you please give information about how to configure auto generate e-mail on shelve set? There is no any mail set on TFS. I have found only this on internet ( msdn.microsoft.com/.../ms400808(VS.80).aspx ) but this is about communicating exchange server with TFS server. Could you tell us about the process please?Anonymous
July 10, 2012
@crowleym I fixed the bug you were having. I took the liberty of checking in Abhinaba's original code to github, updating the solution for Vs2010 and fixing the string.Format bug that was causing errors when the change type fell into the else clause. github.com/.../CRMail