Hello,
I installed TRAC on Dreamhost through this script:
http://wiki.dreamhost.com/Trac
TRAC is installed to /, and I have an SVN repo at /lamasy. I can
access this repo fine through HTTP, but when doing a checkout or
commit, the PROPFIND fails.
Now, I've tracked this down to the .htaccess file blocking the
requests. When I put
RewriteRule ^lamasy/.*$ [L]
after
RewriteCond %{REQUEST_FILENAME} !-d
the SVN repo works as expected again, but TRAC throws a 500 Internal
Server Error.
Is there any solution for this? I'd prefer to not move the SVN repo if
at all possible.
Thanks,
Ben.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---