Moin, moin

it is realy like that. but first look at this output in a terminal:

[EMAIL PROTECTED]:~$ sudo chown -R www-data /var/trac
[EMAIL PROTECTED]:~$ sudo su www-data -c "tracd --port 8123 /var/trac/wiki"
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128:
RuntimeWarning: Python C API version mismatch for module neo_util: This
Python has API version 1013, module neo_util has version 1012.
  import neo_cgi
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128:
RuntimeWarning: Python C API version mismatch for module neo_cs: This Python
has API version 1013, module neo_cs has version 1012.
  import neo_cgi
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128:
RuntimeWarning: Python C API version mismatch for module neo_cgi: This
Python has API version 1013, module neo_cgi has version 1012.
  import neo_cgi
127.0.0.1 - - [04/Dec/2008 21:25:12] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [04/Dec/2008 21:25:16] "GET /wiki HTTP/1.1" 500 -

Second: i fixed it in trac.ini - and will have a look if this fixes the
whole mess.

lefthanded greetings
  Ice


2008/12/4 Emmanuel Blot <[EMAIL PROTECTED]>

>
> > TracError: Unsupported version control system "/var/trac/svn"
> >
> > I did the setup exactly as descriped on
> http://wiki.ubuntuusers.de/Trac?highlight=trac
> > , step by step and the error arised the first time after sudo su www-
> > data -c "tracd --port 8123 /var/trac/wiki" and a look at
> http://localhost:8123
> > ...
>
> From initenv interactive command:
>
> Database connection string [sqlite:db/trac.db]>
>
>  Please specify the type of version control system,
>  By default, it will be svn.
>
>  If you don't want to use Trac with version control integration,
>  choose the default here and don't specify a repository directory.
>  in the next question.
>
> Repository type [svn]>
>
>  Please specify the absolute path to the version control
>  repository, or leave it blank to use Trac without a repository.
>  You can also set the repository location later.
>
> Path to repository [/path/to/repos]>
>
> I believe you answered "/var/trac/svn" to the Repository type section
> (the proper answer is: "svn"), whereas "/var/trac/svn" would have been
> the proper answer for "Path to repository"
>
> HTH,
> Manu
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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