Hi again :)

im trying to install a Trac by first time. So i need a little help
here. I wrote a post yesterday about mod_wsgi and Manuzhai helped me
to understand that my problem wasn't wsgi.

Reading another time documentation, i choose finally the internal web
server of TRAC. And alehop! my second trouble. This time with
Subversion repository. I followed step by step 
http://trac.edgewall.org/wiki/TracSubversion
to install Subversion but its sure that i did something wrong.

I m sure is an easy error for gurus like yours but for me is a big and
tall wall :S Im reading all possible information in Google but i can't
find the way to solve this. This is the error:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406,
in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191,
in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/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.3/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py",
line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/
svn_fs.py", line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/
svn_fs.py", line 264, in __init__
    raise TracError("%s does not appear to be a Subversion
repository." \

TracError: /var/svn does not appear to be a Subversion repository.

As always any help will be thankful :)

Best Regards,

Ruben


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to