このとき、nishitmp さんが cvs status すると、次のように
表示されます。
Status: Needs Patch というのが、新バージョンにするための
「パッチあて」が必要であることを表しています。
=================================================================== File: file1.c Status: Needs Patch Working revision: 1.2 Tue Dec 10 09:26:27 1996 Repository revision: 1.3 /hp1/speech/CVS/test-cvs/file1.c,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) ===================================================================
cvs log (ファイル名) 日付を指定して、それより新しいログのみ表示するには: cvs log -d ">2000-10-20" (ファイル名)実際に使用してみます。
nishitmp@langue[165]% cvs log file1.c
RCS file: /hp1/speech/CVS/test-cvs/file1.c,v
Working file: file1.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
start: 1.1.1.1
vox: 1.1.1
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
----------------------------
revision 1.3
date: 1996/12/10 10:00:35; author: nishi; state: Exp; lines: +8 -0
file1.c の func() 関数に "too much!!" 表示を追加した。
----------------------------
revision 1.2
date: 1996/12/10 09:26:27; author: nishitmp; state: Exp; lines: +8 -4
func() を作りました。
----------------------------
revision 1.1
date: 1996/12/10 09:07:10; author: nishi; state: Exp;
branches: 1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 1996/12/10 09:07:10; author: nishi; state: Exp; lines: +0 -0
CVSで管理します。作りはじめたばかりです。
=============================================================================
nishitmp@langue[166]% cvs update cvs update: Updating . U file1.c
% cvs update -A file1.c