Re: multiple Git repositories

70 views
Skip to first unread message

Philipp Kraus

unread,
Nov 5, 2012, 6:28:18 AM11/5/12
to trac-...@googlegroups.com


Am Montag, 5. November 2012 10:59:52 UTC+1 schrieb Philipp Kraus:
I can call the main page of Trac but the links on the Wiki or Roadmap can not be resolved (not exists).

I'm using easy_install for installation, on Trac==dev I can get the main page without working Roadmap or Wiki.
On Trac==1.0 I get the error "TemplateNotFound: Template "error.html" not found"

Justin Banks

unread,
Nov 5, 2012, 7:44:42 AM11/5/12
to trac-...@googlegroups.com
Here's the relevant section from my trac.ini with 3 repositories.

[repositories]
.alias = ent
.hidden = true
dmailer.description = dmailer
dmailer.dir = /git/dmailer.git
dmailer.type = git
ent.description = Ent code
ent.dir = /git/enterprise/ums.git
ent.type = git
ss.description = SS code
ss.dir = /git/newsender/ums
ss.type = git
ss.url = http://192.168.4.217/trac/browser

Not sure aabout your other errors, sorry.

-justinb

Philipp Kraus

unread,
Nov 6, 2012, 5:58:40 AM11/6/12
to trac-...@googlegroups.com, jus...@listmarketer.com
Thanks for your answer. Can you explain me, which componentes must be installed for using Git with Trac?
Thanks

 

Justin Banks

unread,
Nov 6, 2012, 11:39:11 AM11/6/12
to trac-...@googlegroups.com
On Tue, 2012-11-06 at 02:58 -0800, Philipp Kraus wrote:
>
> Thanks for your answer. Can you explain me, which componentes must be
> installed for using Git with Trac?

[components]
gitplugin.* = enabled

[git]
cached_repository = false
git_bin = /usr/bin/git
git_fs_encoding = latin1
persistent_cache = false
shortrev_len = 6
trac_user_rlookup = false
use_committer_id = false
use_committer_time = false
wiki_shortrev_len = 7

Not all of these are required, but they're what I use.

-justinb

Reply all
Reply to author
Forward
0 new messages