In RTC scm, when I first checkin a file to workspace, a new changeset is created, but subsequent checkin all go into this same changeset, how can I create a second changeset when I checkin another file?
That is, suppose I modified two files, f1 and f2. After checkin f1, changeset c1 is automatically created by RTC, when I checkin f2, I want it to go to another changeset instead of c1, how can I achieve it?
Thanks.