Modify ↓
Opened 18 years ago
Closed 18 years ago
#4769 closed defect (worksforme)
TRAC bronken on FreeBSD 6.1 STABLE
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
[root@netserver:~] # tracd —port 8000 /home/welkson/trac
On Internet Explorer: http://192.168.0.254:8000/trac
* Error message *
Oops… Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team. Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below. TracGuide — The Trac User and Administration Guide Python Traceback Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/usr/local/lib/python2.4/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.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 259, in get_repository repos = SubversionRepository(dir, None, self.log) File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 289, in __init__ raise TracError("%s does not appear to be a Subversion repository." \ TracError: /home/welkson/trac/repos does not appear to be a Subversion repository.
* My system information *
[root@netserver:~] # uname -a FreeBSD netserver 6.1-STABLE FreeBSD 6.1-STABLE #3: Fri Aug 4 14:14:38 BRT 2006 welkson@netserver:/usr/obj/usr/src/sys/BINLADEN i386 [root@netserver:~] # pkg_info | egrep '(trac|python)' clearsilver-python-0.10.4 A fast, powerful, and language-neutral template system pear-DB-1.7.6,1 PEAR Database Abstraction Layer perl-5.8.8 Practical Extraction and Report Language python-2.4.3,1 The "meta-port" for the stable version of Python interprete python24-2.4.3_3 An interpreted object-oriented programming language subversion-python-1.4.3 Version control system trac-0.10.3 An enhanced wiki and issue tracking system for software pro
Thanks in advance.
Welkson Renny
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As the error says, "/home/welkson/trac/repos does not appear to be a Subversion repository." Check that this directory actually contains an SVN repository created with "svnadmin create". If you need help resolving this please ask on the MailingList as this is a configuration issue.