On Tue, Feb 9, 2010 at 06:40, Ramachandran, Vishwanath(IE10) <vishwanath.ramachand...@honeywell.com> wrote: > Correct > > Gave the mime-type as text/url, still giving the option to only save > and cancel, but not open, save and cancel, hope the mime-type is > correct.. if not please suggest, so that all the three options open, > save and cancel would appear in firefox
How is your Firefox configured to handle that mime-type? Firefox will prompt (or act) based upon what it knows to do with the mime-type provided. If it doesn't know what to do with text/url, it will do as you described. Which means that other people will have the same behavior - you can't tell everyone to reconfigure their browser to work with your repository. Is your file truly text? What is the "standard" mime-type for this type of file? Windows shortcuts are NOT plain text (try opening it in Notepad), so text/* is not an appropriate mime-type. > > -----Original Message----- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: Tuesday, February 09, 2010 5:08 PM > To: Ramachandran, Vishwanath(IE10) > Cc: users@subversion.apache.org > Subject: Re: .url file extensions in firefox > > On Tue, Feb 9, 2010 at 00:36, Ramachandran, Vishwanath(IE10) > <vishwanath.ramachand...@honeywell.com> wrote: >> Hello There >> >> .URL file extensions does not seem to open in Firefox, it does open in > IE. i >> create a shortcut and the shortcut was created from Windows. Right > click in >> Windows Explorer, Create Shortcut and save it in local copy. if the > .url is >> saved in a local copy and if I open it, it opens in firefox. Then I > commit >> the file into subversion and update, and in the subversion.conf, i > have >> added the modmimeproperty and I then access the repository via firefox > and >> if i click on the .url >> I'm getting the option to save or cancel, but not open save and cancel > > There is no modmimeproperty unless you invent it. There's svn:mime-type. >