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