Opened 20 years ago
Closed 20 years ago
#2565 closed defect (worksforme)
Browse Source and Time Line internal error
| Reported by: | anonymous | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | 0.9.2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I've installed Trac 0.9.2 on a Windows XP machine recently and everything went well in the install but when accessing the "Browse Source" and the "Time Line" sections of the site I get this following error:
Trac detected an internal error: invalid syntax (svn_fs.py, line 460)
I've used only the packages that were recommended with the installation guide.
I'm not sure if this should matter but I'm using SVK to mirror a remote server, though the installation did finish successfully.
Python traceback:
Traceback (most recent call last):
File "C:\xampp\xampp\Python\Lib\site-packages\trac\web\standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "C:\xampp\xampp\Python\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "C:\xampp\xampp\Python\Lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "C:\xampp\xampp\Python\Lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 90, in process_request
repos = self.env.get_repository(req.authname)
File "C:\xampp\xampp\Python\Lib\site-packages\trac\env.py", line 155, in get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
File "C:\xampp\xampp\python\lib\site-packages\trac\versioncontrol\svn_fs.py", line 460
if self.rev > 0:
^
SyntaxError: invalid syntax
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
comment:3 by , 20 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Please use fixed only if Trac has been modified to resolve your problem. I'm going to assume that you just figured out what was wrong on your installation.
comment:4 by , 20 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | reopened → closed |



You learn something new everyday.