It's all about the answers!

Ask a question

Checkin to internal folders of a component using scm command


Nagarani Boggarapu (1045) | asked Feb 25 '15, 5:17 a.m.
I have my component path like below:
Component
|_  Folder 1
       |_ subfolder1
       |_ subfolder2
|_  Folder 2

Now my requirement is to add some new files to the subfolder1 and subfolder2 path.  How can i do that using scm command?
    

2 answers



permanent link
Abraham Sweiss (2.4k1331) | answered Feb 25 '15, 10:43 a.m.
I do not believe the SCM command has the ability to create files.  However it should be possible to manually add the files to the desired folders, and then scm can be used to check in the files.

permanent link
Shashikant Padur (4.2k27) | answered Feb 25 '15, 10:00 p.m.
JAZZ DEVELOPER
 As Abraham mentioned, drop the new files under the subfolders and run 'lscm checkin file1 file2 file3 ...' or 'lscm checkin .". The "." will checkin all the files recursively below the current directory.

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.