cmd: si co... without local project.pj in another sandbox location as projectpath fails in v11.1
For example
in older Integrity version the
command below worked correct but failed in Intergrity version 11.1 because of missing local project .pj.
Projectpath=/Projects/Library/LibPart1/project.pj
Sandboxpath=C:\Library\LibPart1
working path cmd-line C:\Library\LibPart1
si viewproject --hostname=... --port=... --nolock --batch --yes -S c:\Library\LibPart1\project.pj c:\Library\LibPart1\*.*
if Sandbox location is the same as project location it worked, otherwise not.
For new versions since 11.1 worked only on sam pathes this
si viewproject --hostname=... --port=... --nolock --batch --yes c:\Library\LibPart1\*.*
error Message:
Checking out...
*** MKS125408: c:\..*.* is not a valid member name.
Can anyone show me a solution how i can checkout the files in the sandboxfolder in version 11.1?
I hope to get help here
Thank you
ingo

