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

Checkin to internal folders of a component using scm command

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?
    

0 votes



2 answers

Permanent link
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.

0 votes


Permanent link
 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.

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,128

Question asked: Feb 25 '15, 5:17 a.m.

Question was seen: 4,855 times

Last updated: Feb 25 '15, 10:00 p.m.

Confirmation Cancel Confirm