Modify ↓
Opened 17 years ago
Closed 17 years ago
#7992 closed defect (invalid)
Timeline is broken in Trac wiki
| Reported by: | Owned by: | new | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | timeline | Version: | 0.8.1 |
| Severity: | normal | Keywords: | timeline |
| Cc: | ewolf@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Click on timeline any where in the wiki and an error comes up.
Additional Information Oops… Trac detected an internal error:
("Can't open file '/src/codelib/format': No such file or directory", 2)
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 439, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 175, in module_factory
pool, rep, fs_ptr = open_svn_repos(repos_dir)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 458, in open_svn_repos
rep = repos.svn_repos_open(repos_dir, pool)
SubversionException: ("Can't open file '/src/codelib/format': No such file or directory", 2)
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Owner: | set to |
|---|
comment:2 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Looks like an installation issue with your Subversion repository.
Please post to the MailingList if you need assistance with your Trac installation.
Are you really sure you're using Trac 0.8.1? If so, you'll need to upgrade first.