Omitting component from scm command share
A somewhat esoteric question, but does anyone know if it's possible to not provide a component when using the share command in scm? I'm wondering what happens in the circumstance where you initially create a workspace repository and then use share to upload files to the workspace from your local workspace; in that case, I would think that there are no components in the repository, so you cannot provide a component to share the paths in. Or does the create command also create a default component?
Accepted answer
As specified in the scm help, the component argument is mandatory. It's ambiguous if you wanted to share content without specifying where it should go. The create workspace command also does not create a default component for you. If you create a workspace and need to create a component, use the create component command.