I configured the ClearCase plugin in Hudson.
I created a project by providing a new one hudson_view_nameas a name for the Hudson project and provided a configuration specification. I determined that in my file storage directory it creates several folders related to the view. eg,
hudson_view_name.vwshudson_view_name.1.vwshudson_view_name.2.vws
but when I see that my team is cleartool lsviewonly hudson_view_name.vwsnot visible hudson_view_name.x.vws.
When I execute the following command:
cleartool rmview -force -tag hudson_view_name
hudson_view_name.2.vws deleted but hudson_view_name.vws andhudson_view_name.1.vws It remains, how can I also remove these two.
Another question: why did Hudson create many storage locations, such as viewname.x.vws?
source
share