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? |
2 answers
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.
|
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
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.