We have some project files that must not have EOL conversions (DOS->UNIX) done on them. How can we ensure that these files have native EOLs preserved?
bk admin -fEOLN_NATIVE filename
should do the trick.
This says to use the operating system's native end-of-line
termination.
On Windows, the gfile is generated with CRLF as EOL.
On Unix, the gfile is generated with LF as EOL.
Note: if you check the file back out on Unix, the file will have
LF only.