1

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 ?

1 Answers1

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250