text_file_delta failed create_version operation in clearcase

拜拜、爱过 提交于 2019-12-03 22:30:37

You might need to change the type manager associated to js files, as their content could not always be compatible with what a text_file_delta manager expects.

See "Type manager text_file_delta failed create_version operation" for concrete examples.

This technote lists the limitations which makes a text file fail:

  • Type manager size limitation - File too large
  • Text files that contain binary data - Contains a '\000'
  • Line exceeding 8000 bytes
  • Corrupt source container - not the highest on its branch

I have seen issue with the first 3.

If you have to change its type, see this technote.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!