Wow, that was quick :)
Here's the .htaccess content. There was nothing there prior to installing
Trac; It was just an empty dir. I think Dreamhost did some magic on their
end to link that URL to the SVN repo, which, prior to Trac, I could use to
simply browse the latest revision.
----------
DirectoryIndex index.fcgi
Options ExecCGI FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.fcgi/$1 [L]
</IfModule>
----------
--
Chris Bloom
Internet Application Developer
http://www.csb7.com/blogs/whyblogwhy/
On 9/28/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
>
>
> What did you change in your Apache config?
> Please post the parts with the trac and the subversion configuration.
>
> Alex
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:[EMAIL PROTECTED] Im
> Auftrag von chrisbloom7
> Gesendet: Freitag, 28. September 2007 09:26
> An: Trac Users
> Betreff: [Trac] How to commit to repository over http after Trac install?
>
>
> I used to commit to my repository using
> http://svn.mydomain.com/project/trunk.
> I just installed Trac to the root of that sub domain (http://
> svn.mydomain.com = Trac) and now I can't commit. SVN reports:
>
> svn: Commit failed (details follow):
> svn: OPTIONS request failed on '/project/trunk'
> svn: '/project/trunk' path not found
>
> Is there a different route that I need to specify now that Trac is
> installed? A different port #? I don't think my host (Dreamhost) allows for
> svn:// type connections.
>
>
>
>
>
> Knorr-Bremse GmbH
> FN 38565p, LG Wr. Neustadt
>
> This transmission is intended solely for the addressee and contains
> confidential information. If you are not the intended recipient, please
> immediately inform the sender and delete the message and any attachments
> from your system. Furthermore, please do not copy the message or disclose
> the contents to anyone unless agreed otherwise. To the extent permitted by
> law we shall in no way be liable for any damages, whatever their nature,
> arising out of transmission failures, viruses, external influence, delays
> and the like.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---