class documentation
class SwiftSystemBackend(server.Backend):
Undocumented
Method | open |
Open the repository at a path. |
overrides
dulwich.server.Backend.open_repository
Open the repository at a path.
Returns: Instance of BackendRepo
Parameters | |
path | Path to the repository |
Raises | |
NotGitRepository | no git repository was found at path |