Get the error when creating the view “cleartool mkview -tag $view-name $view-name
" with plugin 1.7.4.
Additional view-name
added at the end of command line.
In the additional arguments I placed the UNC path to the view. In case I don't add it it gives me
"... UNC path should be provided..." error.
Log:
Building remotely on builder
[test] $ cleartool mkview -tag jenkins_Official_G4_FW_Platform_Dev_int_22 \\builder\cc_views\jenkins_Official_G4_FW_Platform_Dev_int_22 jenkins_Official_G4_FW_Platform_Dev_int_22
cleartool: Error: Extra arguments: "jenkins_Official_G4_FW_Platform_Dev_int_22"
is incorrect.
You need either
-vws
(for the view storage path: your UNC path) or-stg
(for the name of a view storage)See
cleartool mkview
man page.So it should be:
with additional argument:
-stg a_view-storage-unc_path
The OP ZeevT adds in the comments:
I mention that the view storage path for a snapshot view should be preceded by
-vws
, and the OP confirms:So there is still an issue for dynamic views...