OK, so I amended the Rewrite rules in .htaccess to skip any requests going to /myproject, and now I can see the latest changeset online. However, when I try to commit or browse via TortoiseSVN I'm getting the error message "Error * PROPFIND request failed on '/' PROPFIND of '/': 200 Ok ( http://svn.mydomain.com)". I tried adding another RewriteCond that would only limit the rewriting rule to request methods GET, POST and HEAD, but that didn't seem to work.
-- Chris Bloom Internet Application Developer http://www.csb7.com/blogs/whyblogwhy/ On 9/28/07, Chris Bloom <[EMAIL PROTECTED]> wrote: > > Prior to installing Trac I could browse the SVN repo at > http://svn.mydomain.com/myproject/, which no longer works because of the > rewrite rules that Trac uses in the .htaccess file. (It just occurred to me > to try disabling the rewriting and see if that works, in which case I could > just add an exception for the /myproject folder...) > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
