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

checkin unresolved files using scm command

How can i checkin the unresolved files using the scm command?

0 votes


Accepted answer

Permanent link
Hi Nagarani

These scm commands needs to be run from the local machine workspace root location from the user machine.
Example: C:\Users\Administrator\workspace

Login:
C:\Users\Administrator\workspace> C:\IBM\TeamConcert5.0\scmtools\eclipse\scm.exe login -r https://<<hostname:port>>/ccm -n local -u <userid> -P <password>

Status:
C:\Users\Administrator\workspace> C:\IBM\TeamConcert5.0\scmtools\eclipse\scm.exe status
(1021 -- is the changeset id for hi.txt)

Checkin:
C:\Users\Administrator\workspace> C:\IBM\TeamConcert5.0\scmtools\eclipse\scm.exe  checkin C:\Users\Administrator\workspace\Comp1\hi.txt
(1021 -- is the changeset id for hi.txt)

Reference followed:
http://www.ibm.com/developerworks/rational/library/rational-team-concert-command-line-reference/

If this answers your question please mark it as accepted.

Thanks,
Rohit
Nagarani Boggarapu selected this answer as the correct answer

0 votes


One other answer

Permanent link
thank you Rohit.  This worked for me.


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
× 12,024

Question asked: Feb 26 '15, 3:37 a.m.

Question was seen: 3,668 times

Last updated: Feb 26 '15, 4:20 a.m.

Confirmation Cancel Confirm