I just want to browse my Subversion code repositories and view files. Some of the file types, like .VBS, prompt me to open or save the file, but I just want to view it in the browser as plain text. Can Apache's httpd.conf file be modified to do this? I don't think it would be changed on the client (IE7) because then it would work the same on all sites.
|
feedback
|
|
You can set the mime type of all your vbs files to text/plain by doing this in the root of your working copy:
and then commit the changes. Explanation from the svn book on repository browsing:
| ||||
feedback
|
|
Put the following into your httpd.conf
| |||||
feedback
|