I configure the autoversion 
setting svn enabled,and setting the svn dir "d:\******\trunk"
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";