class documentation
class Backend(object):
Known subclasses: dulwich.contrib.swift.SwiftSystemBackend
, dulwich.contrib.test_swift_smoke.SwiftSystemBackend
, dulwich.server.DictBackend
, dulwich.server.FileSystemBackend
A backend for the Git smart server implementation.
Method | open |
Open the repository at a path. |
overridden in
dulwich.contrib.swift.SwiftSystemBackend
, dulwich.contrib.test_swift_smoke.SwiftSystemBackend
, dulwich.server.DictBackend
, dulwich.server.FileSystemBackend
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 |