Edgewall Software

Opened 12 years ago

Last modified 12 years ago

#10832 closed defect

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. — at Initial Version

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

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 (0)

Note: See TracTickets for help on using tickets.