1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/trac-multirepos/pkg-message
Martin Wilke c424711199 Multiple repositories Trac version
----------------------------------

This branch adds support for accessing multiple repositories inside one Trac
project and based on 0.12 development version of Trac.

Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way.  Trac should impose as little as possible on a team's established
development process and policies.

What is Trac?

    * An integrated system for managing software projects
    * An enhanced wiki
    * A flexible web-based issue tracker
    * An interface to the Subversion revision control system

At the core of Trac lies an integrated wiki and issue/bug database.  Using
wiki markup, all objects managed by Trac can directly link to other
issues/bug reports, code changesets, documentation and files.

WWW: http://trac.edgewall.org/

PR:		ports/134314
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2009-05-16 22:35:20 +00:00

28 lines
795 B
Plaintext

*******************************************************************************
Access multiple repositories inside one Trac project
----------------------------------------------------
Make sure the following is somewhere in <trac-env>/conf/trac.ini, adding all
the desired repositories to the [repositories] section. For example:
[components]
tracext.hg.* = enabled
[repositories]
my_repo_a.dir = <path_to_a_repository>
my_repo_b.dir = <path_to_another_repository>
my_repo_c.dir = <path_to_yet_another_repository>
my_repo_c.type = direct-svnfs
[trac]
repository_dir = <path_to_default_repository>
repository_type = hg
Consult any instructions at:
http://trac.edgewall.org/wiki/MultipleRepositorySupport
*******************************************************************************