Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルのリビジョン番号をファイルに挿入する可能性はありますか。
たとえば、説明や文字列などです。たぶん、一種のプリプロセッサ コマンドがあります。
私はこの方法を好みます:
あなたのCファイルで:
#define SVN_FULL_REV "$Id$" #define SVN_REV "$Revision$"
次に、次のようにします。
svn propset svn:keywords 'Id Revision' yourfile.c
ファイルをコミットまたは更新するたびに、リビジョンSVN_REVID と.SVN_FULL_REV"$Id: xxx.c 78 2012-09-04 08:42:34Z Author $"
SVN_REV
SVN_FULL_REV
"$Id: xxx.c 78 2012-09-04 08:42:34Z Author $"