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

scm checkin - command line

 Hi,

We are using RTC 5, and upgraded to RTC 6.
We have  a script that find all unresolved changes and check them in.

After upgrade to RTC 6 we get an error about component is not shared.
So, we execure scm share -reshare.

Then  - we have a command that find for each component all unresolved and checkin.
Now, in RTC 6 we see that we get an error.
Please advise what is the right scm checkin syntax in order to checkin  *all* unresolved (in any depth) for a specific component.

Thanks

0 votes



2 answers

Permanent link
The SCM command line Syntax is in the online description you can find on the download page for the version you have. There were changes in the syntax over time and I can only suggest to read the product help.

0 votes


Permanent link
If you run 'scm checkin <path>" it will checkin all the unresolved files/folders recursively below that path.

If you have component loaded as the root folder then step into the component root folder and run "scm checkin ." else you need to loop through the components top level folder and for each top level folder you run "scm checkin <path_to_top_level_folder>

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

Question asked: Nov 13 '16, 9:06 a.m.

Question was seen: 1,676 times

Last updated: Nov 13 '16, 10:22 p.m.

Confirmation Cancel Confirm