CC文件中一行内容过长解决方案

CI一个文件时报错:type manager "text_file_delta" failed create_verion operation

 

一般是这个文件中某行字符超过4000,此时文件CO状态,节点0是0字节,CI就报上述错误,可以使用下面方法解决:

 

1,右键文件所在目录,选择“Command Prompt”命令,会弹出DOS命令窗口;

2,键入命令:chtype -f compressed_file 文件名 即可CO了,其中compressed_file选项换成binary_delta_file也可以。

引申:

CC中的文件类型:

type "binary_delta_file"
type "compressed_file"
type "compressed_text_file"
type "directory"
type "file"
type "file_system_object"
type "html"
type "ms_word"
type "rose"
type "rosert"
type "text_file"
type "xde"
type "xml"

你可能感兴趣的:(software)