I wanted to create multi projects support.
I have mod_python and apache.
I get this message when im going to the trac page:
{{{
== Available Projects ==
* attachments: Error
([Errno 2] No such file or directory:
'/var/trac/projects/attachments/VERSION')
* conf: Error
([Errno 2] No such file or directory:
'/var/trac/projects/conf/VERSION')
* db: Error
([Errno 2] No such file or directory:
'/var/trac/projects/db/VERSION')
* htdocs: Error
([Errno 2] No such file or directory:
'/var/trac/projects/htdocs/VERSION')
* log: Error
([Errno 2] No such file or directory:
'/var/trac/projects/log/VERSION')
* plugins: Error
([Errno 2] No such file or directory:
'/var/trac/projects/plugins/VERSION')
* templates: Error
([Errno 2] No such file or directory:
'/var/trac/projects/templates/VERSION')
}}}
in my folder /var/trac/projects :
ls -la -->
{{{
drwxrwxr-x 9 apache apache 4096 Jul 11 16:06 .
drwxr-xr-x 3 apache apache 4096 Jul 11 16:07 ..
drwxrwxr-x 2 apache apache 4096 Jun 29 02:18 attachments drwxrwxr-x
2 apache apache 4096 Jun 29 02:18 conf drwxrwxr-x 2 apache apache
4096 Jun 29 02:18 db drwxrwxr-x 2 apache apache 4096 Jun 29 02:18
htdocs drwxrwxr-x 2 apache apache 4096 Jun 29 02:18 log drwxrwxr-x 2
apache apache 4096 Jun 29 02:18 plugins
lrwxrwxrwx 1 apache apache 8 Jun 29 14:50 projects -> projects
-rwxrwxr-x 1 apache apache 98 Jun 29 02:18 README
drwxrwxr-x 2 apache apache 4096 Jun 29 02:18 templates
-rwxrwxr-x 1 apache apache 27 Jun 29 02:18 VERSION
}}}
when i tipe: "cd projects" i cant get in this directory
Can someone tell me what i have to do to create several projects ?
Thanks and regards
Jan Walti
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---