首页 > 代码库 > cvs 文件无法上传debug

cvs 文件无法上传debug

当时文件始终上传不成功时(一般先update后commit):

cvs update filename

report:move away filename ,it is in the way

cvs update 该文件所在的目录时

显示该文件的状态时C(即confilict文件报冲突)

solution:

删除该文件,直接更新该文件。

If you encounter this issue, please just delete your local files or folders first   (rm命令即可)

then update it again.

the issue will be fixed.

cvs 文件无法上传debug