在Google查找到了一个人的问题,和我一样,我就偷懒COPY过来了,
描述如下:
1. Created a repository on remote machine and imported a project.
2. established connectivity to remote repository with command ":pserver"
2. Checked out successfully from CVSNT 2.5.01.
3. Made some changes in the working directory.
4. Try to commit (checkin) those changes.......
When I am trying to commit changes, I am getting below mentioned error on
CVSNT Client console:
***
cvs ci -m "mycomment" "/Test123/Test1234.java"
Checking in Test1234.java;
/cvs_src/master/Test123/Test1234.java,v <-- Test1234.java
cvs server: C:\WINNT\TEMP\cvs21C.tmp: No such file or directory
cvs [server aborted]: error diffing Test1234.java
The server reported an error while performing the "cvs commit" command.
(took 30:04.187)
Error: Test123: cvs server: C:\WINNT\TEMP\cvs21C.tmp: No such file or
directory
Error: Test123: cvs [server aborted]: error diffing Test1234.java
***
I checked the file "C:\WINNT\TEMP\cvs21C.tmp", its exists.
呵呵,查找了好一会,在自己的路径下查看文件,发现自己的路径确实存在,为什么呢
呵呵,想想以前网络共享中碰到的权限问题,而这个又是在C:\WINNT\下
现在就简单了哈 操作如下 点右键 --->属性
点添加
输入用户名
点检查名称
然后确定就可以了
修改该用户的权限为全部或所需的