Help!
I have written a perl script to create a view in clearcase. The problem is, when I try to checkout a file in this "perl created" view I get the following error:
'cleartool: Unable to rename filename to filename.keep : Read-only file system.'...
I am calling the mkview command via system in my script.
(ie. system("cleartool mkview command ..."))
When I do the EXACT same command from the command line and then try to checkout a file, it works great. I have checked all permissions for the view directories and they are identical.
I get the same output from the mkview command regardless of where I issue it (shell vs. perl system call)
Are there any quirks/side-effects in system() that might cause this??
Thanks.