CVS统一版本如何解决
cvsnt-2.5,WinCvs13b17-2做统一版本2.0提示:
cvs commit: Examining .
cvs server: nothing known about `2.0'
cvs server: nothing known about `--'
cvs : correct above errors first!
多谢 强制提交不行吗? 在cvs控制下的文件经过修改了一段时间,把所有的文件固定为2.0版本,其操作方法:
选中要统一版本的模块,执行commit,在选项设置区内,选中“Force revision/branch”,编辑区输入2.0
(这里需要注意一个问题,版本号应该大于工作目录下所有文件的版本号)
接着执行update,并在弹出的对话框update settings选项中,
将Reset any sticky date/tag'-k'options选上
避免,在对其进行修改操作,提交时会出现如下错误信息
cvs server: sticky tag `2.0' for file `web/Login.asp' is not a branch
cvs : correct above errors first! 请对照你的操作方法是否有误 smallfish382 ,你说的在cvsnt 2.5版本下面是不行的,还是报cvs server: nothing known about `3.0'
cvs : correct above errors first! 在新版本的cvsnt(2.5)中,已经取消了force revison
http://www.cvsnt.org/pipermail/cvsnt/2006-June/025438.html
页:
[1]