Hello Forum
Our client has been using UberSvn since November 2011 and has requested that a few xml files be hosted on a public reposition on their server, the files have a requirement that they need to have specific mime type mime = text/xml so that they work properly.
No matter what changes we make the system will only server the files up a text/plain.
Changes made:
We have made the following changes so far but have had no success with the outcome with these variations to the config files.
Edit:
# opt/ubersvn/httpd.conf
Have tried the following variations to the file:
# DefaultType text/plain
# DefaultType text/xml
DefaultType application/octet-stream
Have turned off
# TypesConfig conf/mime.types
So that it defaults to the DefaultType listed above.
Have edited
opt/ubersvn/conf/mime.types
To include
Text/xml xml xslt xls
None of these changes have worked as the files are still being served up as text/plain when they should be served as text/xml
The repository being used is public so anyone can have access to the files, repository URL below.
https://svn2.subversion.net.au/public/
Any help would be greatly appreciated.
Thank you.


Reply With Quote

Bookmarks