1

How to create a view using the clearcase command mode? How to create it?

mkview -tag mainr2 \\ccaseind\viewstore\mainr2.vws

I even tried these too

mkview -tag mainr2 //ccaseind/viewstore/mainr2.vws

when i execute these command it says unable to create directory followed with unable to create view?What command should i follow? and how to create a view? also tell me the use trigger types, attribute types, html types in Clearcase.Thank you in advance

cody
  • 85
  • 3
  • 6

1 Answers1

1

You would use a Windows-style UNC path, so: \\ccaseind\viewstore\mainr2.vws

You can see example of dynamic and snapshot view creation in the question "How do I create a snapshot view of some project or stream in ClearCase?"
(just remove the -stream argument which is used by UCM)

For a snapshot view, in your case, you are missing a -vws in front of the shared path.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • but its not working Von please help me \\ccaseind\viewstore\mainr2.vws its not workin – cody Jul 06 '11 at 13:34
  • @cody I am in the middle of meetings right now, I will contact you later today or tomorrow – VonC Jul 06 '11 at 14:16
  • @cody: ... and back. Please join me in http://chat.stackoverflow.com/rooms/1204/clearcase – VonC Jul 07 '11 at 05:32