Month: December 2009

Error adding to source control. Type manager “text_file_delta” failed create_version operation

When I was trying to check in loads of Javascript files from the Dojo library into Clearcase, I received the following error dialog. Error adding C:clearcaseprojectviewlibrarydojodojodojo.js to source control. Created banch “dev” from “C:clearcaseprojectviewlibrarydojodojodojo.js” version “main”. Type manager “text_file_data” failed create_version operation.  I was told by the Clearcase experts in our office that there seems …

Recursive checking of folders and files into clearcase

Assuming that you have loads of files that you need to Add to Clearcase source control, the easiest way to do this is to run the following commands. The source folder is C:workspacesworkspace2ProjectFolder1 The target or destination folder is C:clearcaseprivateview_folder The command to execute is clearfsimport -recurse -preview -nset “source path” “destination path” The above …