On 18.08.2011 01:58, Rob Weir wrote: >>> /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt >> >> this one is called "mactext", maybe it wants mac EOL. >> there is a "dostext.txt" "wintext.txt" "unixtext.txt" in the same dir. >> > > Presumably we want these to be come down as-is without any EOL conversion. > > The options for the svn:eol-style property are: > > native -- store in normalized format, and bring down in client's native style > > CRLF -- bring down always with DOS/Windows convention > > LF -- bring down in Unix convention > > CR -- not sure who uses that? Is that Mac? > > But odd that dostext.txt and wintext.txt are different files. Perhaps > it is testing character set as well? Might be safer to just treat > these test files as binary files, e.g., set svn:mime-type to > "application/octet-stream".
Indeed we should try to transfer them without EOL conversion. In the worst case we could create new files later on, as they are not necessary for a build. Regards, Mathias
