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

Re: [TSVN] Binary Mime Type Error Vs. Warning

From: Johnny Blaze <pyromancer_at_gmail.com>
Date: 2005-05-25 15:47:42 CEST

On 5/25/05, SteveKing <stefankueng@gmail.com> wrote:
>
> 2005/5/25, Johnny Blaze <pyromancer@gmail.com>:
> > Is there anyway to make the binary mime type a warning instead of an
> error?
> > If I'm adding a binary file to a repository, I already know I'm doing
> it...
> > It doesn't make sense to me that tsvn would play its little error sound
> and
> > then just stop adding files. The cli version will indicate that it is
> > binary and keep on truckin'.. (at least the SuSE 9.2 rpm of subversion
> > does).

First off... my oppologies... I thought that this was default behavior....

- what version are you using

I try to always run the nightlies... I just got the error again on the 5/25
nightly... I've been getting it since.... 1.1.2 I believe...

- are you adding+committing a binary file?

adding... the error pops in red whenever I add a binary file. For
instance... svn'ing a web site... when I add a images directory (lets say 20
jpg's with a few png's thrown in). It shows the dialog (title: Add), I press
OK. At the first file, it does the error sound (my text simulation:
beeeeuw), then shows the dialog (title: SVN Add... Finished!) with the
error:

Action Path Mime Type
Error File 'C:\webroot\ro\.images\tceq.jpg' has binary mime type property

- what's the URL of the repository? (http, svn, file, ...)
https://thor/svn/ro

Here is the relevant lines of my subversion config:

[auth]

[helpers]
editor-cmd = vi.exe

[tunnels]

[miscellany]
use-commit-times = no
enable-auto-props = yes

[auto-props]
* = svn:keywords=Id;svn:eol-style=native
*.vim = svn:eol-style=LF
*.jpg = svn:mime-type=image/jpeg
*.png = svn:mime-type=image/png
*.bmp = svn:mime-type=image/bmp
*.ico = svn:mime-type=image/ico

-- 
. o O pyromancer O o .
Received on Wed May 25 15:48:01 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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