PDA

View Full Version : Subversion global revision number


sdhebert
01-23-2007, 12:49 PM
I am looking to grab the latest global revision number from subversion, doing the get based upon that and updating my resource file accordingly. I have everything but getting the latest global revision into VBP.

Does anyone have an implementation for this?

kinook
01-24-2007, 04:36 PM
The attached sample adds two steps ('get revision' and 'show revision') to the Subversion.bld sample to store the latest global revision number in a VBP temporary macro and show it.

Japster24
06-22-2011, 03:53 PM
Had to change the ShowCmd value in the XML, but this still works. Thanks!