SVN 自動加入版本號

在 SVN 客戶端配置文件最後一行,添加:php

*.php = svn:keywords = Id
*.js  = svn:keywords = Id

在 SVN 客戶端配置文件中,打開 enable-auto-props = yes 選項(去掉註釋便可)。shell

新建文件時,在須要插入版本號的地方,輸入「$Id$」(不含引號),例如:svn

/**
 * 這裏是文件描述
 *
 * @package system.Core
 * @author  Your Name <youremail@host.com>
 * $Id$
 */

SVN 客戶端配置文件地址spa

UNIX - ~/.subversion/config


Windows - C:\Users\{UserName}\AppData\Roaming\Subversion\config
相關文章
相關標籤/搜索