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 myProjectThen, merge the namespace into the project with the merge command.
myProject/main> merge .myExternalNamespaceYou cannot
fork a namespace from outside of a project into a project. You must use the merge command.See also: