Bro svn commit error message

Hi,

When I tried to commit something in my bro-svn branch, I got the
following error message. Presumably that's due to the tracker having
switched over to git.

----8<------------------------------------
gregor@ashcloud:~/projects/bro-work/src$ svn ci
Sending src/ContentLine.cc
Sending src/ContentLine.h
Sending src/HTTP.cc
Sending src/HTTP.h
Sending src/util.cc
Sending src/util.h
Transmitting file data ......
Committed revision 7124.

Warning: post-commit hook failed (exit code 1) with output:
Traceback (most recent call last):
  File "/da/trac/bin/trac-post-commit-hook", line 209, in <module>
    CommitHook()
  File "/da/trac/bin/trac-post-commit-hook", line 145, in __init__
    repos.sync()
AttributeError: 'NoneType' object has no attribute 'sync'

------->8------------------

cu
Gregor

Oops, Matti told me about this last week and it slipped away from me. It was actually due to the upgrade to Trac. They changed their script that integrates with svn and I didn't realize it.

It should work now. Thanks.

  .Seth