I'm trying to use SubWCRev so that I can use subversion's revision number as part of the version number that is displayed in my program. Right now, I have to run SubWCRev manually everytime I want the version number to reflect the right revision number. I want to do this automatically -- perhaps have the execution of SubWCRev.exe triggered when my program is built.

I'm using VC++2008. Is there any way to do this?

Thanks!