Edgewall Software
Modify

Opened 18 years ago

Closed 18 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 anonymous, 18 years ago

Resolution: fixed
Status: newclosed

comment:2 by anonymous, 18 years ago

You learn something new everyday.

comment:3 by Matthew Good, 18 years ago

Resolution: fixed
Status: closedreopened

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 Matthew Good, 18 years ago

Resolution: worksforme
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.