Open a bare repository on the serverside.
This is a fast open for bare repositories that will come in handy if you're e.g. hosting git repositories and need to access them efficiently
@param out_ Pointer to the repo which will be opened. @param bare_path Direct path to the bare repository @return 0 on success, or an error code
See Implementation
Open a bare repository on the serverside.
This is a fast open for bare repositories that will come in handy if you're e.g. hosting git repositories and need to access them efficiently
@param out_ Pointer to the repo which will be opened. @param bare_path Direct path to the bare repository @return 0 on success, or an error code