All the “content Types” are set for our apache server. This is working well
for local apache paths . But if we point this to subversion , it wouldn’t work.
Could you please let me know how to set content type for subversions as well
For each individual file in the repository, you must set the svn:mime-type
property. Subversion does not use your Apache content types.
Hope the below links helps.
http://svnbook.red-bean.com/en/1.5/svn.advanced.props.html
http://svnbook.red-bean.com/en/1.5/svn.advanced.props.file-portability.html#svn.advanced.props.special.mime-type
--
Regards,
Jeyanthan