I'm using VisualSVN on a C# project. I'm finding that when new .cs files are created, VisualSVN is adding them to the repository with an svn:mime-type property of application/octet-stream. This is causing merges to behave incorrectly for those files.
Is there some way to change (or eliminate) the default mime-type for .cs files? Thanks! -- Brian

