I am trying to automate updating my clearcase view and build the code in a bat file. I want to run the update command and then check the log to verify its success. For this I want to save the update log in a specified location rather than its default location
Now, cleartool allows you to specify your own log file within the cleartool console
cleartool>update -log pname
but when i use the same as a single command, it doesnt work
D:> cleartool -log pname ——— THIS DOESNT WORK
any ideas?
Thanks
RB
you need to do (from
cleartool updateman page):A
cleartool updateoutside a view won’t work.A
cleartool updatewith the path of a root view directory will work.If you specify that root directory, then you can execute the
cleartool updatecommand from any path, includingD:\.