Get the currently active namespace for this repository.
auto repo = initRepo(_userRepo, OpenBare.yes); scope(exit) rmdirRecurse(_userRepo); assert(repo.namespace is null);
See Implementation
Get the currently active namespace for this repository.