
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] subversion web_dav http headers
- Date: Fri, 10 Feb 2006 11:34:56 +0900
 
- From: Edward Middleton <edward@example.com>
 
- Subject: Re: [tlug] subversion web_dav http headers
 
- References: <438EAD96.1010005@example.com>
 
- User-agent: Mail/News 1.5 (X11/20060113)
 
Edward Middleton wrote:
> This might be of interest for anyone using web_dav subversion.  You can
> set the per-file http header Content-Type and charset with the following.
>
> # svn propset svn:mime-type "text/html" myhtmlfile.html
> # svn propset svn:charset "utf-8" myhtmlfile.html
>   
This doesn't seem to work with the newer version of subversion
(subversion-1.2.3).  This did work but it looks like a bit of a hack.
# svn propset svn:mime-type 'text/html; charset=utf-8' myhtmlfile.html
Edward
Home |
Main Index |
Thread Index