I am building a jar on my unix server using clearcase , Now I want to see, the last jar i.e jar without my update . Can I do that in clearcase if yes can someone suggest what is the best way to do that ?
Asked
Active
Viewed 28 times
1 Answers
0
ClearCase only allows you to access the sources from which you are building your jar.
You can create a second view which you can configure to see a tag representing your sources before your modifications, assuming you did put a label on your sources before modifying them.
element * CHECKEDOUT
element * yourLabel
element * /main/LATEST
Even if you didn't put a label, you can still set a time-based selection rule.