Emmanuel:
Thanks so much. You really helped me understand how the system works. I
did not understand how trac and svn worked as one now i do! Ok i have
started again with the install and trac is now working!

I have....
SVN installed under: /srv/svn/site
TRAC installed under: /srv/trac/site

One thing i still dont understand is the apache config. I wish to have
trac running under the site folder of my top level domain. So access
would be though

domain.com/site

here is the relevant part of my httpd.conf. Are there any changes that
need to be made? Do i have to change the virtual host?

<VirtualHost * >
    DocumentRoot /srv/trac/site
    ServerName trac.localhost
    <Location />
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnv /srv/trac/site
    </Location>
    <Location /login>
        AuthType Basic
        AuthName "Mostyle Trac Server"
        AuthUserFile /opt/trac/stewart.htpasswd
        Require valid-user
    </Location>
</VirtualHost>

<Location /cgi-bin/trac.cgi>
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /srv/trac/site
   #PythonOption TracUriRoot /srv/trac/site
</Location>


On Jan 24, 12:12 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 24-Jan-07, at 5:52 AM, Stewart wrote:
>
> > TracError: /srv/trac does not appear to be a Subversion repository.where is 
> > your subversion repository? afaik trac does not recommend
> any place to put the subversion repository
>
> --
> regards
>
> Kenneth Gonsalves
> Associate, NRC-FOSS
> [EMAIL PROTECTED]://nrcfosshelpline.in/web/


--~--~---------~--~----~------------~-------~--~----~
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