CCRC checkin with checked out and hijacked files

一笑奈何 提交于 2020-01-03 02:54:12

问题


I'm trying to commit a number of files

rcleartool.bat ci file1.cxx file2.cxx

only file1.cxx is checkedout file2.cxx is hijacked

This commit checks in file1.cxx but leave file2 unchecked in giving me a warning

Is there a way to say "check in all files, including the hijacked ones I supply on the command line" or do I have to go through all the hijacked files, check them out and immediately check them back in?

Many thanks in advance


回答1:


Since the cleartool checkin command does not mention hijacked files, you would need two passes:

  • one for converting hijacked files in checkout files with checkout -usehijack
  • one for checking, which will does nothing for the hijacked files,


来源:https://stackoverflow.com/questions/35892944/ccrc-checkin-with-checked-out-and-hijacked-files

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