Hi everyone,

I tried searching, found only one similar problem which suggested
upgrading to the latest version of Trac.  Problem is I'm using the
latest version of Trac already. :)


Any time I check in a change to the SVN repository Trac starts
throwing the following on every page for the project:

Oops...
Trac detected an internal error:
If you think this really should work and you can reproduce it, you
should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you
describe the problem, how to reproduce it. Don't forget to include the
Python traceback found below.

TracGuide -- The Trac User and Administration Guide

Python Traceback

Traceback (most recent call last):
  File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 406,
in dispatch_request
    dispatcher.dispatch(req)
  File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 191,
in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 263,
in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/opt/csw/lib/python/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/opt/csw/lib/python/site-packages/trac/versioncontrol/
cache.py", line 175, in sync
    for path,kind,action,bpath,brev in cset.get_changes():
  File "/opt/csw/lib/python/site-packages/trac/versioncontrol/
svn_fs.py", line 663, in get_changes
    root = fs.revision_root(self.fs_ptr, self.rev, pool())
  File "/opt/csw/lib/python/site-packages/libsvn/fs.py", line 218, in
svn_fs_revision_root
    return apply(_fs.svn_fs_revision_root, args)
SubversionException: ('No such revision 6', 160006)

I can manually run trac-admin resync and everything works perfectly
again.

Details:

[EMAIL PROTECTED]:~# uname -a
SunOS www2 5.10 Generic_120012-14 i86pc i386 i86pc

[EMAIL PROTECTED]:~# tracd --version
tracd 0.10.4


Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to