Hi,

Uncomment the following to lines:

#LoadModule dav_module modules/mod_dav.so 
#LoadModule dav_fs_module modules/mod_dav_fs.so

Copy the files "mod_dav_svn.so" and "mod_authz_svn.so" 
From the Subversion bin directory (C:\Program Files\Subversion\bin) to the 
Apache modules directory

Add the following lines to the configuration
# Subversion
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

Your location directive

> # Alias for the friendly URL
> ScriptAlias /trac "C:/Python24/share/trac/cgi-bin/trac.cgi"
> <Location "/trac">
>  Options ExecCGI
>#  SetEnv TRAC_ENV "c:/svn/trac.db"
>#  SetEnv PYTHONPATH "C:/Program Files/Subversion/bin"
>  # if you are running Apache as a user other than System, the TMP variable
>  # needs to be set to a place where that user can write scratch files. >Make
>  # sure that this directory is created and writable by that user.
>  # SetEnv TMP "c:/svn/trac.db/tmp
></Location>

I think you should uncomment the following lines 
SetEnv TRAC_ENV "c:/svn/trac.db"
SetEnv PYTHONPATH "C:/Program Files/Subversion/bin"

And set the variables according to your installation

Mit freundlichen Grüßen / Best regards
 
Alex
 
 

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