I have compiled subversion 1.4.2 with apr 1.2.2 and I have followed
these steps to setup Trac on Fedora 5.

http://www.darronschall.com/weblog/archives/000202.cfm


I think the default repository type is 'svn' during the 'trac-admin
/srv/svn/tracenv/sample/ initenv' script

But when I hit http://localhost:8000/sample with my browser, I get this
error: Unsupported version control system 'svn'

Can you please tell me if this is a bug in Trac or how can I resolve
it?

Here is the web page I get when I hit http://localhost:8000/sample
with my browser




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/lib/python2.4/site-packages/trac/web/main.py", line 387,
in dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191,
in dispatch
  chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/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/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/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 91, in get_repository
  raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"

        
Reply


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to