Create a project from an existing namespace

Say you have simple un-versioned namespace that you want to turn into a project. First, create a new project with the project.create command.

scratch/main> project.create myProject

Then, merge the namespace into the project with the merge command.

myProject/main> merge .myExternalNamespace
You cannot fork a namespace from outside of a project into a project. You must use the merge command.

See also: