[Issue 257] New - Patch to handle endlin es in UNIX-style on windows machines
[email protected] 22 Jun 2005 12:54:10 -0000
| Newsgroups | gmane.comp.version-control.cvs.issuezilla |
|---|---|
| Message-ID | <[email protected]> |
https://ccvs.cvshome.org/issues/show_bug.cgi?id=257
Issue #|257
Summary|Patch to handle endlines in UNIX-style on windows mach
|ines
Component|ccvs
Version|1.11.20
Platform|PC
URL|
OS/Version|Windows XP
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|client
Assigned to|issues@ccvs
Reported by|reamblshla
------- Additional comments from [email protected] Wed Jun 22 05:54:10 -0700 2005 -------
At the moment CVS on Windows opens text files without specifying the 'binary' flag. This results in
windows converting all '\n's to '\r\n's which is not consistent how CVS behaves on UNIX. The attached
patch always sets the binary mode on text files when running on Windows platform.