[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bad MIMETYPE configuration for .htm files accessed via SVN HTTP

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Thu, 19 Nov 2009 11:04:46 -0600

On Nov 19, 2009, at 00:45, Daniel Becroft wrote:

> On Thu, Nov 19, 2009 at 4:09 PM, vishwanath ramachandran wrote:
>
>> I gave
>>
>> D:\Subversion\Implementation\Html\1024by768_media>svn propset
>> svn:mime-type 1024by768.swf
>>
>> And I get this error
>>
>> Svn: Explicit target required ('1024by768.swf' interpreted as prop
>> value)
>
> That's because you didn't provide the actual mime-type value. The
> syntax for the call is:
>
> svn propset <property> <property_value> <filename>

Right. So in this case you need:

svn propset svn:mime-type application/x-shockwave-flash 1024by768.swf

(that should all be on one line)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2420112

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-19 18:05:37 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.