Edgewall Software

Changes between Version 5 and Version 6 of 1.3/TracRepositoryAdmin


Ignore:
Timestamp:
Aug 15, 2017, 5:46:36 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Add more info on syncing the cache.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracRepositoryAdmin

    v5 v6  
    66 * Enable the repository connector(s) for the version control system(s) that you will use.
    77 * Add repositories through the //Repositories// admin page, using `trac-admin` or by editing the [[wiki:TracIni#repositories-section|"[repositories]"]] section of trac.ini.
     8 * Synchronize the repositories with the cache, if using cached repositories.
    89 * Configure your repository hooks to synchronize the repository. Alternatively you can synchronize on every request or disable the use of cached repositories, both of which have performance drawbacks and reduced functionality, but are easier to configure.
    910
     
    106107Repositories that support caching are cached by default. The Subversion and Git backends support caching. The [trac:TracMercurial Mercurial plugin] does not yet support caching ([trac:#8417]). To disable caching, set the `cached` attribute to `false`.
    107108
     109After adding a repository, the cache for that repository must be re-synchronized once with the `trac-admin $ENV repository resync` command.
     110
     111 `repository resync <repos>`::
     112   Re-synchronize Trac with a repository.
     113
    108114== Repository synchronization #Synchronization
    109115