Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

What Changes exactly triggers Change kind 6

Dear Team,

We have different kind of Change which says what type of Change File has Undergone.
During our Productive check we have noticed Change Kind 6.
Could you please throw some light what type of Change is?
How can i recreate this scenario.

Thanks,

0 votes

Comments

I assume you are talking about one of the change types returned by the scm command line, but you need to make that explicit in your question.   For example, I am using the version x.y of RTC, and I execute this command:

  scm ....
and I get this response:
  ....
What does "Change Kind 6" mean in this response?

Ok got it.

We are using Java API. I have noticed above change kind.  


Accepted answer

Permanent link
There is not enough information in your question to give a proper answer.
Where exactly are you seeing "Change Kind 6", and what are you doing in the code where you saw this?

Perhaps you are talking about the return result of IChange.kind()?
The Javadoc implies it could be a "bitwise OR" of different flags. In which case a 6 could be a combination of:
IChange.MODIFY and IChange.RENAME, which implies you could reproduce that by making a change to a file and also renaming it in the same change set.
vinitha dsouza selected this answer as the correct answer

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,951

Question asked: Jun 28 '18, 10:00 a.m.

Question was seen: 1,975 times

Last updated: Jul 03 '18, 11:43 a.m.

Confirmation Cancel Confirm