Kanban card S7112 suggests improving the error message in the case when
a deployment is carried out outside of a system branch checkout but
inside the workspace directory, making it more intelligible. Currently
the message reads:
ERROR: Can't find the system branch directory
There is also an error when deploying outside of the workspace directory
which reads:
ERROR: Can't find the workspace directory
I suggest changing these errors to:
ERROR: Can't find the system branch directory.
Morph must be built and deployed within the system branch checkout.
ERROR: Can't find the workspace directory.
Morph must be built and deployed within the system branch checkout
within the workspace directory.
Does anyone have any thoughts on this?
Ric