用svn在代码中自动加入版本号等信息

$Rev$:     Revision of last commit
$Author$:  Author of last commit
$Date$:    Date of last commit
还有个id,包含以上三个

http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html  这是keywords 描述

只要再代码头部的注释中增加如上的keywords 代码提交后就会svn就会自动替换相应的keywords为当前信息

需要在乌龟svn中设置一下

选中一个文件->属性->添加->选择svn:keywords   在输入框中添加 Rev 等需要的关键词