On Tue, Sep 17, 2013 at 1:32 PM, Tim Blechmann
hi all,
is it possible that the pre-commit hook had changed recently? not sure if this was intended, but it currently breaks the use of git-svn, which imo is a huge inconvenience:
trunk/boost/sync/detail/generic/event_cv_emulation.hpp : svn:mime-type is not set trunk/boost/sync/detail/windows/event.hpp : svn:mime-type is not set trunk/boost/sync/event.hpp : svn:mime-type is not set 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?).