Ok, any plan of enhance this feature? Thanks & Regards, Dinoj D Desk: +91 80 26588360 Extn: 48547 Cell: +91 9916668051
-----Original Message----- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Tuesday, May 10, 2011 1:11 PM To: D, Dinoj Cc: users@subversion.apache.org Subject: Re: SVN files content Type On May 10, 2011, at 02:24, D, Dinoj wrote: > Thanks for your prompt response. The content type should be worked only > while accessing the files through web browser.The problem here we are > facing is that while accessing the files through web browser the > extensions .docx, .pptx, .xlsx are opening as zip files. The > configuration for SVN in apache is > > <Location /repo/test> > DAV svn > SVNPath /repo/Test > > </Location> > > > In which can we point the content to conf/mime.types file using > > TypesConfig conf/mime.types > > Or is there any methods like > > ModMimeUsePathInfo on > > Or > AddType image/gif .gif or if any? No. Set the svn:mime-type property to the correct value on these files.