> I wanted to create multi projects support. > in my folder /var/trac/projects :
It looks like you've created a *single* project into /var/trac/projects, whereas you've declared /var/trac/projects as a parent directory for several projects. To create several projects with you current configuration, you'll need to do the following: rm -rf /var/log/projects # you may need to backup this project first ... mkdir /var/log/projects trac-admin /var/log/projects/project1 initenv trac-admin /var/log/projects/project2 initenv etc. > lrwxrwxrwx 1 apache apache 8 Jun 29 14:50 projects -> projects > when i tipe: "cd projects" i cant get in this directory I don't know why you've created a symbolic link here that points to self, but this is totally wrong. 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 [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 -~----------~----~----~----~------~----~------~--~---
