I am trying to take latest using cleartool update
command but it throws an error saying "abc
" is not a valid snapshot view path, maybe because mine is not a snapshot view but rather a Web view.
How can I get latest of Web view?
My view is C:\CCRC\WKB
Actual view on server looks something like //aet/ccase/vws1/s123/dev.po.vws
How should I write the command to get the latest Web view?
As mentioned in "About ClearCase views"
cleartool update
is supposed to work with web views.The issue here is that the real snapshot view that is created by ccweb and resides on the web server where ccweb is running.
You would need to access the view on the server side for a
cleartool update
to run.Try instead to use rcleartool (see getting started with rcleartool) in order to script a
rcleartool update
for a web view.