User forums > Help

help! how to use the autoversion for SVN Version

(1/1)

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.

--- End quote ---
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";

--- End code ---

aozima:

--- Code: --- //SVN Version
static const char SVN_REVISION[] = "8";
static const char SVN_DATE[] = "2009-12-26T09:44:41.812500Z";

--- End code ---
Is OK now! but,I don't konw WHY????

Navigation

[0] Message Index

Go to full version