Author Topic: help! how to use the autoversion for SVN Version  (Read 2793 times)

Offline aozima

  • Multiple posting newcomer
  • *
  • Posts: 12
help! how to use the autoversion for SVN Version
« on: December 25, 2009, 08:15:30 pm »
I configure the autoversion
setting svn enabled,and setting the svn dir "d:\******\trunk"

Quote
svn ci -m "fix****"
Sending        trunk\src\version.h
Transmitting file data ....
Committed revision 4.
the MAJOR,BUILD,REVISION....is OK!
but the SVN Version unchanged
Code
	//SVN Version
static const char SVN_REVISION[] = "1";
static const char SVN_DATE[] = "2009-12-25T18:05:00.656250Z";
Sorry for my poor english.

Offline aozima

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: help! how to use the autoversion for SVN Version
« Reply #1 on: December 26, 2009, 01:29:15 pm »
Code
	//SVN Version
static const char SVN_REVISION[] = "8";
static const char SVN_DATE[] = "2009-12-26T09:44:41.812500Z";
Is OK now! but,I don't konw WHY????
Sorry for my poor english.