Re: mime/confusing checkout error
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Fri, 12 Nov 2010 11:21:37 -0600
On Nov 12, 2010, at 09:57, d wrote:
> Binary files that have only one revision seem to be giving us checkin/checkout problems. I can use Tortoise SVN to "Open" the files, and they display fine. I can "save as" from the web front end, and the files are fine.
If they're binary, there shouldn't be anything looking at their line ending style. Line ending style is a concept applicable only to text files. I suspect you have asked Subversion to corrupt these files by setting the "svn:eol-style" property to some value on these files. So you should delete that property from these files, then replace them with good copies of the files. Don't set svn:eol-style on binary files.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.