Can we omit element * /main/LATEST in the config spec of base clear case project?
问题 In a base clear case project that I have, the config spec handed to me reads like this: element * CHECKEDOUT element * .../PROJ_1.5.0/LATEST element * .../main/LATEST -mkbranch PROJ_1.5.0 element * /main/LATEST I read up a bit on config specs here at his guide: http://www.philforhumanity.com/ClearCase_Support_17.html It seems to me that in my config spec, the last line has no value. Because element * /main/LATEST is already there on the second last line. Is my understanding correct? 回答1: That