It's all about the answers!

Ask a question

checkin unresolved files using scm command


Nagarani Boggarapu (1045) | asked Feb 26 '15, 3:37 a.m.
How can i checkin the unresolved files using the scm command?

Accepted answer


permanent link
Rohit Balduwa (945511) | answered Feb 26 '15, 3:54 a.m.
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

One other answer



permanent link
Nagarani Boggarapu (1045) | answered Feb 26 '15, 4:20 a.m.
thank you Rohit.  This worked for me.


Your answer


Register or 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.