howtoesc 2008-1-30 13:29
CVS Tag缺陷?
[font=宋体]对于版本1.3.0.2上的普通Tag"Tag_1"系统为何辨认为分支1.3.2.0?[/font]
[attach]6553[/attach]
cvs update -r 1.3.0.2 Test.c (フォルダ C:\opt\CVSGDCC\DDC2004001_CVSExercise\SJIS\Test\)
U Test.c
cvs tag Tag_1 Test.c (フォルダ C:\opt\CVSGDCC\DDC2004001_CVSExercise\SJIS\Test\)
T Test.c
cvs update -r Tag_1 Test.c (フォルダ C:\opt\CVSGDCC\DDC2004001_CVSExercise\SJIS\Test\)
U Test.c
***** CVS が終了コード 0 で終了しました *****
cvs commit -f -m "no message" Test.c
*** Access allowed: Permission check OK! ***
Checking in Test.c;
/opt/CVSGDCC/DDC2004001_CVSExercise/SJIS/Test/Test.c,v <-- Test.c
new revision: 1.3.2.1; previous revision: 1.3
done
***** CVS が終了コード 0 で終了しました *****
[font=宋体]x.x.0分支上我想都会出这个问题[/font]
是否是CVS固有缺陷?
[[i] 本帖最后由 howtoesc 于 2008-1-30 21:54 编辑 [/i]]
howtoesc 2008-1-30 13:34
cvs log test.c
RCS file: /CVS/CVSExercise/SJIS/Test/Test.c,v
Working file: Test.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
Branch_1: 1.3.0
Tag_1: 1.3.0.2
keyword substitution: kv
total revisions: 10; selected revisions: 10
description:
----------------------------
revision 1.3
date: 2008/01/30 05:16:06; author: ; state: Exp; lines: +0 -0
branches: 1.3.0; 1.3.2;
no message
----------------------------
revision 1.2
date: 2008/01/30 05:16:03; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.1
date: 2008/01/30 05:15:46; author: HowtoEsc; state: Exp;
no message
----------------------------
revision 1.3.2.3
date: 2008/01/30 05:19:19; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.2.2
date: 2008/01/30 05:19:16; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.2.1
date: 2008/01/30 05:19:14; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.0.4
date: 2008/01/30 05:17:44; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.0.3
date: 2008/01/30 05:17:41; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.0.2
date: 2008/01/30 05:17:38; author: HowtoEsc; state: Exp; lines: +0 -0
no message
----------------------------
revision 1.3.0.1
date: 2008/01/30 05:17:09; author: HowtoEsc; state: Exp; lines: +0 -0
no message
=============================================================================
***** CVS が終了コード 0 で終了しました *****
[[i] 本帖最后由 howtoesc 于 2008-1-30 13:37 编辑 [/i]]