News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

help! how to use the autoversion for SVN Version

Started by aozima, December 25, 2009, 08:15:30 PM

Previous topic - Next topic

aozima

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

//SVN Version
static const char SVN_REVISION[] = "1";
static const char SVN_DATE[] = "2009-12-25T18:05:00.656250Z";
Sorry for my poor english.

aozima


//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.