ibm - ClearCase delay in showing latest config spec -


are aware of issues delays in changes view configuration specifications being reflected in clearcase explorer etc?

added following line in text file , included in config spec.

element * checkedout element * /main/latest 

in clearcacse explorer view showed elements in main/latest.

later changed text file to

element * checkedout element * /main/branch_name/latest element * /main/latest 

saved , closed.

refreshed view , view pointing main/latest after stop , starting view.

confused result, side tracked task , after 15 mins when refreshed saw latest branch.

any reason ?

your branch might originate main.

try rather following config spec:

element * checkedout  element * .../branch_name/latest  element * /main/latest 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -