how load only one file within a component with scm load
how load only one file within a component with scm load:
It should be a probleme of syntax with / and \
My component : COMP
My file in a folder : folder/onefile.txt
scm load ... COMP/folder/onefile.txt -> Coud not find remote item "/folder/onefile.txt"
scm load ... COMP\folder\onefile.txt -> unable to find component "COMP\folder\onefile.txt"
scm load ... COMP \folder\onefile.txt -> unable to find component "\folder\onefile.txt"
scm load ... COMP/folder\onefile.txt -> Coud not find remote item "/folder\onefile.txt"
scm load ... COMP\folder/onefile.txt -> Unexpected exception...
scm load ... COMP/\folder\onefile.txt -> Coud not find remote item "/\folder\onefile.txt"
scm load ... COMP\\folder\onefile.txt -> unable to find component "COMP\\folder\onefile.txt"
scm load ... COMP//folder\onefile.txt -> Coud not find remote item "/folder\onefile.txt"
The file is present in the component, i load it in his folder if i load all the component
...
What is the good syntax?
2 answers
Comments
It's possible by the RTC interface:
Right-click on the component of the repository workspace -> context menu show -> repository file, in the view, rigth-click on the file -> context menu load or load as...
It should be possible by line command, no?
the syntax is:
Usage: scm load [options] <workspace> [remote-path...]
else, what is [remote-path...]?
Best Regards.
It doesn't look like you tried any w/o the leading directory delimiter (except where you provided component name.
remote-path The list of remote items to load. The remote-path might be the name, alias, or UUID of a component, or a remote path within a component.