Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4956


Ignore:
Timestamp:
Mar 16, 2007, 12:04:06 AM (17 years ago)
Author:
Emmanuel Blot
Comment:

This is more likely an installation issue. Please ask for support on the MailingList.

You can also search the ML archive, as this kind of errors has been discussed several times.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4956

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #4956 – Description

    initial v1  
    11Trac with Subversion problem. Subversion works, python works. Afaik are the settings correct?
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1313    raise TracError('Unsupported version control system "%s"'
    1414TracError: Unsupported version control system "svn"
    15 
     15}}}
     16{{{
    1617 <Location />
    1718        SetHandler mod_python
     
    2425        SetEnv TRAC_ENV "/home/devpoint/trac/devpoint"
    2526    </Location>
    26 
     27}}}
     28{{{
    2729vs2061171:~# python
    2830Python 2.3.5 (#2, Oct 16 2006, 19:19:48)
     
    3436>>> from svn import repos
    3537>>>
    36 
     38}}}
    3739
    3840Anyone an idea?