I am in verse to setup Trac with SVN .SVN is running on fedora 9 with
WebDAV Configured.
I installed Trac on the same machine through tar.gz and installing it
running python script as instructed in INSTALL file.Now I created a
file manually called trac.conf under /etc/http/conf.d/ directory.
the trac.conf says:
[code]
<Location /trac>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /srv/trac/innova
PythonOption TracUriRoot /trac
SetEnv PYTHON_EGG_CACHE /tmp
PythonInterpreter trac
</Location>
<Location /trac/login>
AuthType Basic
AuthName "Innovation Projects Authentication Screen"
AuthUserFile /svn/repos/innovabox/svnpass
Require valid-user
</Location>

<IfModule mod_dav.c>
#<Location /svn/repos/innovabox>
#DAV svn
#SVNPath /svn/repos/innovabox
#</Location]
<Location /svn/innovabox>
 DAV svn
 SVNPath  /svn/repos/innovabox
 AuthType Basic
 AuthName "Innovation Project SVN Repository"
 AuthUserFile /svn/repos/innovabox/svnpass
 Require valid-user
 AuthzSVNAccessFile /svn/repos/innovabox/svnauth
</Location>
</IfModule>

[/code]
Surprisingly things working fine.I can login through same credentials
which I created under SVN WebDAV Interface.
Just wanted to know if something goes missing here.
Last Year I followed different approach which I mentioned in my blog
http://www.linuxquestions.org/blog/yourshadow03-415969/2008/8/25/installing-trac-on-linux-1146/
Where I installed accoutnmanager module.Dont we need it with my new
setup on Fedora.
Please suggest?
--~--~---------~--~----~------------~-------~--~----~
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