Modify ↓
      
#4805 closed defect (wontfix)
Can't access the current schema of PIPs3
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
    real_cgi_start()
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 441, in dispatch_request
    module.run()
  File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/lib/python2.3/site-packages/trac/File.py", line 278, in render
    oh = svn.fs.node_history(root, self.path, self.pool)
SubversionException: ("File not found: revision 4668, path '/trunk/Pips3/conf/cat/pips3.yml'", 160013)
      Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Description: | modified (diff) | 
|---|---|
| Resolution: | → wontfix | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
That's on Trac 0.8, and the version control support has improved a lot in Trac since then. So please tell the administrators of this site to upgrade their Trac software to 0.9.6 or 0.10.3.
If the problem persists after an upgrade (and a resync, of course), it'll still be time to reopen the issue…