Jui-Nan Lin's Blog
懶是工程師所以存在的理由
要在 SVN 中達到 CVS $Id 這個 tag 的功能,只要對每個檔案下:
svn propset svn:keywords Id <filename>
就可以有這個功能了。