Hi,

I am trying to add files into SVN, I have not commited them yet. I keep recieving a binary mime type error on certain files. I've tried playig aroung with the config.txt under Settings, I've tred playing around with Properties, I can not figure out what else to try. If you have any advise I am will to try anything.

Than you,

Recommended Answers

All 2 Replies

I know this post is OLD, but I just ran into this issue TODAY. For those interested, here are my printouts:

svn add CSVFormat.java
svn: E200009: File 'CSVFormat.java' has binary mime type property

Hmm, maybe I added a property without realizing...

svn proplist --verbose CSVFormat.java
svn: warning: W200005: 'CSVFormat.java' is not under version control
svn: E200009: Could not display properties of all targets because some targets are not versioned
svn: E200009: Illegal target for the requested operation

So I finally noticed (thanks to Notepad++) the file was encoded in UCS-2 Little Endian. I changed to ANSI and was able to add to svn

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.