scm command line : unable to load an empty workspace
With the scm command line, I create a workspace from a snapshot which is empty (one component in the Initial state). I want to use this workspace to checkin files. The "load" command issues the following message : "Nothing to load. Filesystem unmodified."
And I cannot checkin my files since I have no workspace loaded in my file system .. Is there some option of the "load" command I missed ? |
3 answers
With the scm command line, I create a workspace from a snapshot which is empty (one component in the Initial state). I want to use this workspace to checkin files. The "load" command issues the following message : "Nothing to load. Filesystem unmodified."If you're starting with unshared content, you use the 'share' command. |
Or you can load with "-i" option which will create folder using the component's name under your sandbox. You can then copy the files/folders to that folder and use the "checkin" command to commit the files/folders.
With the scm command line, I create a workspace from a snapshot which is empty (one component in the Initial state). I want to use this workspace to checkin files. The "load" command issues the following message : "Nothing to load. Filesystem unmodified."If you're starting with unshared content, you use the 'share' command. |
Thanks for the replies.
-i was the solution to my problem. Using this option, the local sandbox is properly initialized (.jazz5 file, component root dir) and I can do everything I need. Share is more simple (no need to load). But it works only on directories. And I just want to share files .. too bad Anyway, my script works now.. |
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.