[Trac-tickets] [The Trac Project] #2565: Browse Source and Time Line internal error

The Trac Project noreply at edgewall.com
Sun Jan 8 16:44:26 CST 2006


#2565: Browse Source and Time Line internal error
-----------------------------+----------------------------------------------
 Reporter:  anonymous        |       Owner:  cmlenz
     Type:  defect           |      Status:  new   
 Priority:  normal           |   Milestone:        
Component:  version control  |     Version:  0.9.2 
 Severity:  normal           |    Keywords:        
-----------------------------+----------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2565>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list