| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Component --+
|
RepositoryManager
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
changeset_realm =
|
|
source_realm =
|
|
repository_realm =
|
|
default_repository_type = <Option [versioncontrol] 'default_re
|
|
| Properties | |
|
connectors List of components that implement ~trac.versioncontrol.api.IRepositoryConnector
|
|
|
providers List of components that implement ~trac.versioncontrol.api.IRepositoryProvider
|
|
|
change_listeners List of components that implement ~trac.versioncontrol.api.IRepositoryChangeListener
|
|
|
Inherited from |
|
| Method Details |
One of the methods for registering repositories is to
populate the This is especially suited for setting up aliases, using a [TracIni#GlobalConfiguration shared configuration], or specifying repositories at the time of environment creation. See [TracRepositoryAdmin#ReposTracIni TracRepositoryAdmin] for details on the format of this section, and look elsewhere on the page for information on other repository providers. |
|
Retrieve repositories specified in TracIni. The |
|
Return a unique id for the given repository name. This will create and save a new id if none is found.
|
|
path.
|
Recover the appropriate repository from the current context. Lookup the closest source or changeset resource in the context hierarchy and return the name of its associated repository. |
|
Notify repositories and change listeners about repository events. The supported events are the names of the methods defined in the IRepositoryChangeListener interface. |
path
Since: 1.2.2 |
| Class Variable Details |
default_repository_type
|
| Property Details |
connectorsList of components that implement~trac.versioncontrol.api.IRepositoryConnector
|
providersList of components that implement~trac.versioncontrol.api.IRepositoryProvider
|
change_listenersList of components that implement~trac.versioncontrol.api.IRepositoryChangeListener
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 11 08:14:34 2023 | http://epydoc.sourceforge.net |