博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
配置管理小报091130:cvs commit: permission denied for Task/01Creativity/temp.txt
阅读量:7216 次
发布时间:2019-06-29

本文共 1412 字,大约阅读时间需要 4 分钟。

  hot3.png

l          使用CVS中的常见故障

Ø         现象:        作者:常××(changhao@×××.cn)

cvs -z9 -w -q commit -m "no message" -- temp.txt (in directory D:cvstestcpTask�1Creativity)cvs commit: permission denied for Task/01Creativity/temp.txt 

***** CVS exited normally with code 0 *****

解决步骤:

1.        说明用户对此目录没有权限操作。

2.        检查“AccessControl/配置库结构及权限表.xls”中的权限信息,查看自己是否有权限。

3.        若需要有权限,向项目经理反馈,由项目经理确认后通知配置管理工程师开通。

 

Ø         现象:        作者:王××(zbwangjian@×××.cn)

cvs -z9 -w -q commit -m "no message" -- a (in directory D:cvstestcpAccessControl)cvs commit: Up-to-date check failed for `tmp'cvs [commit aborted]: correct above errors first!

 

***** CVS exited normally with code 1 *****

解决步骤:

1.        有人在你之前修改并提交了“tmp”文件的新版本,需要先执行update操作,合并前人的修改成果后再提交。

 

Ø         现象:        作者:王××(zbwangjian@×××.cn)

cvs -z9 -w -q update -k u -P (in directory D:cvstestcpAccessControlDd)cvs update: invalid RCS keyword expansion modeValid expansion modes include:

   -kkv    Generate keywords using the default form.

   -kkvl   Like -kkv, except locker's name inserted.

   -kk Generate only keyword names in keyword strings.

   -kv Generate only keyword values in keyword strings.

   -ko Generate the old keyword string (no changes from checked in file).

   -kb Generate binary file unmodified (merges not allowed) (RCS 5.7).

(Specify the --help global option for a list of other help options)

 

***** CVS exited normally with code 1 *****

解决步骤:

1.        服务器端不支持此命令选项,调整选项,重新操作。

2.        客户端版本和服务器端版本不兼容,改用配置管理工程师推荐版本。

转载于:https://my.oschina.net/tadcat/blog/149427

你可能感兴趣的文章
基于AOE网的关键路径的求解
查看>>
2017-5-16 python标准库
查看>>
浅谈游戏的声音处理-流播放文件 source
查看>>
旧版本转换成支持ARC版本
查看>>
创建与服务器的输入输出流
查看>>
string.hのmemmove的实现
查看>>
dicom网络通讯入门(1)
查看>>
日常训练.jpg
查看>>
iOS----KVC和KVO 详解
查看>>
2019寒假训练营第三次作业
查看>>
precision、recall、accuracy的概念
查看>>
PyTorch学习系列(九)——参数_初始化
查看>>
后缀树
查看>>
PowerDesigner执行SQL生成模型
查看>>
软件项目技术点(2)——Canvas之平移translate、旋转rotate、缩放scale
查看>>
软件项目技术点(25)——提升性能之检测绘制范围
查看>>
linux的基本操作1
查看>>
puppeteer 填充基础表单
查看>>
邻接表存储
查看>>
web 常用开发工具
查看>>