Edgewall Software

Changes between Version 40 and Version 41 of TracRepositoryAdmin


Ignore:
Timestamp:
Jun 27, 2015, 7:23:06 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Document repository caching. Refs #12093.

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v40 v41  
    7979Note that the default repository has an empty name, so it will likely need to be quoted when running `trac-admin` from a shell. Alternatively, the name "`(default)`" can be used instead, for example when running `trac-admin` in interactive mode.
    8080
     81== Repository caching
     82
     83The Subversion and Git repository connectors support caching, which improves the performance browsing the repository, viewing logs and viewing changesets. Cached repositories must be [#Synchronization synchronized]; either explicit or implicit synchronization can be used. When searching changesets, only cached repositories are searched.
     84
     85Subversion repositories are cached unless the type is `direct-svnfs`. Git repositories are cached when `[git]` [wiki:TracIni#git-section cached_repository] is `true`.
    8186
    8287== Repository synchronization #Synchronization