1

How to get list of all newly added files on a branch in clearcase which are already checkedin

Poorna
  • 161
  • 1
  • 2
  • 9

1 Answers1

1

You could use a find query in order to list:

  • versions only on a certain branch
  • created since a certain date

See IBM find examples for more.

VonC
  • 2,653
  • 5
  • 29
  • 48