On Tue, Sep 17, 2013 at 2:04 PM, Tim Blechmann
trunk/libs/sync/test/event_test.cpp : svn:mime-type is not set
this used to work fine just a few days ago. was this done intentionally? if so, an announcement on the list with a comment on the implications for the git-svn users would have been good to see.
AFAIR, svn:mime-type has always been a requirement. I use svn directly, and it didn't add new files until I configured autoprops. Not sure how to do this with git-svn (maybe there is a way to set mime type in git?).
git-svn just runs "svn add" under the hood. So the easiest way is just to set up svn autoprops as you would for plain svn use. This is how I use git-svn.
funny, works fine when running this from my linux workstation. whatever, i just hope that the git migration will happen soon!
Here is how to setup autoprops: https://svn.boost.org/trac/boost/wiki/BoostSubversion See the MIME types section.