I just emerged trac which went ok. But using trac-admin fails. $ trac-admin Traceback (most recent call last): File "/usr/bin/trac-admin", line 34, in ? from trac import sync File "/usr/lib/python2.3/site-packages/trac/sync.py", line 22, in ? from svn import fs, util, delta, repos, core ImportError: cannot import name util Reproducible: Always Steps to Reproduce: 1. 2. 3.
This is a known bug that's fixed in trac-svn. It's because "util" doesn't exist in Subversion 1.2. According to the trac roadmap, 0.8.2 will be released in less than 24 hours with a bugfix for this.
@thejef: Thanks, didnt search there first. See http://projects.edgewall.com/trac/ticket/1500 for reference.