I can not browsing a subversion webpage

2011-01-10 Thread Daniela Rivas
Hi everyone I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, branches, tags; so I don't get the index.html file that i have inside trunk. I am new setting up this and a pro

Re: I can not browsing a subversion webpage

2011-01-10 Thread Andy Levy
On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: > Hi everyone > > I am installing and configuring a subversion repository and I have some > problems doing that. > When I am trying to see the page in a browser, I get the directories trunk, > branches, tags; so I don't get the index.html file th

Re: I can not browsing a subversion webpage

2011-01-10 Thread Daniela Rivas
Well, I think, I am trying to configure WebDav to see the files in the repositories properly and not as a plain text, so If I have and html file I could see the execution and not the plain text with the tags. I don't know if the problem is in the virtual host or in the module dav_svn.conf I

Re: I can not browsing a subversion webpage

2011-01-10 Thread Les Mikesell
On 1/10/2011 4:06 PM, Daniela Rivas wrote: Well, I think, I am trying to configure WebDav to see the files in the repositories properly and not as a plain text, so If I have and html file I could see the execution and not the plain text with the tags. I don't know if the problem is in the virtua

Re: I can not browsing a subversion webpage

2011-01-10 Thread Nico Kadel-Garcia
On Mon, Jan 10, 2011 at 5:06 PM, Daniela Rivas wrote: > Well, I think, I am trying to configure WebDav to see the files in the > repositories properly and not as a plain text, so If I have and html file I > could see the execution and not the plain text with the tags. mod_dav, which is what WebDA

Re: I can not browsing a subversion webpage

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 10:35, Andy Levy wrote: > On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: >> >> I am installing and configuring a subversion repository and I have some >> problems doing that. >> When I am trying to see the page in a browser, I get the directories trunk, >> branches, tags;

Re: I can not browsing a subversion webpage

2011-01-11 Thread Daniela Rivas
Ryan Schmidt wrote: On Jan 10, 2011, at 10:35, Andy Levy wrote: On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, br

Re: I can not browsing a subversion webpage

2011-01-11 Thread Les Mikesell
On 1/11/2011 3:16 PM, Daniela Rivas wrote: You just need to make sure you set the correct MIME type on everything you add to the repository. You do this by setting the svn:mime-type property. Each .html file needs to have the MIME type "text/html"; each PNG image should have the MIME type "ima