Stefan Sperling wrote on Wed, Mar 27, 2013 at 16:39:47 +0100: > What about: > > - We make the FS layer check for newlines (because we know FSFS can't cope) >
I think the newlines check should be in FSFS, not in libsvn_fs. > - We make the repos layer check for control characters (because the +1 > Subversion clients does, too, and we had problems with third-party > stuff like git-svn committing stuff which svn clients couldn't deal > with in the past) > > That's some additional work, but I'm willing to do it.