Edgewall Software

Opened 12 years ago

Closed 12 years ago

#10832 closed defect (invalid)

''path'' does not appear to be a Subversion repository... — at Version 1

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Wanted to download teh CMPR software freom ANL website: http://11bm.xor.aps.anl.gov/cmpr.html Different searches for newest CMPR version alswayls led me to the same site and producesd the following error message: " Oops… Trac detected an internal error:". Problem is reproducable.

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 265, in __init__
    % path)
TracError: /home/beams/SVNCMPR/svn does not appear to be a Subversion repository.

Change History (1)

comment:1 by Christian Boos, 12 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed
Summary: Wanted to download teh CMPR software freom ANL website: http://11bm.xor.aps.anl.gov/cmpr.html Different searches for newest CMPR version alswayls led me to the same site and producesd the following error message: " Oops… Trac detected an internal error:". Problem is reproducable.''path'' does not appear to be a Subversion repository...

This is an InstallationIssue, with an old Trac version (newer version don't give an internal error for this kind of misconfiguration).

Please contact the appropriate person who administer that Trac site.

Note: See TracTickets for help on using tickets.