Hi all, I'm a newbie to Trac. I tried to use Trac with an existing svn on ubuntu. I install the Trac successfully and follow http://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin to configure my SVN to Trac. I added: 1. trac-admin $ENV changeset added $REPO $REV to /hooks/post-commit.tmpl , and: trac-admin $ENV changeset modified $REPO $REV to/hooks/post-revprop-change.tmpl.
2. [repositories] project.dir = /home/svn/deployment project.description = This is the ''main'' project repository. project.type = svn project.url = http://<our address> 3. change repository_sync_per_request = to nothing instead of "(default)" (And I also tried leave it with default) After I restart the apache, there is an error in "Browser Source" after I click the "project" Could anyone helps me figure out what I might have done wrong? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/72UgZ_F0x8cJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
