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

Re: kml files

From: Richard England <richard_england_at_mentor.com>
Date: Fri, 17 Dec 2010 15:03:32 -0800

Check to see what mime-type the file svn:mime-type property is set to.

I don't have a complete answer for you but I suspect it will involve
using the svn propset command to chang/set the svn:mime-type to the
correct type to allow the browser to interpret the file data. Something
like:

    svn propset svn:mime-type 'text/html' FILENAME

where FILENAME is the file you want to have displayed or processed and
"text/html" is replaced with the correct mime-type.

~~R

---- dbwicker_at_rockwellcollins.com wrote the following on 12/17/2010
02:12 PM:
>
> Hello,
>
> I'm trying to get a kml file to launch google earth from a web page
> under subversion control.
>
> When it loads the page you only see the code from the kml file not
> google earth.
>
> <A href="http://crsvn/vpdb_library/branches/library_documents/RC
> Library - Military EPX AF 3-17-10.kml">
>
> Help
> Dudley
Received on 2010-12-18 00:04:21 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.