Community
Participate
Working Groups
Occurs when running Eclipse on Windows, with a CVS repository on Linux. The commit message gets in CVS gets written to a Linux repository with CRLF characters, even though the rest of the file is correctly converted to UNIX style line endings. This may not be specific to Eclipse. I did a quick experiment whereby I created 2 text files in Windows. Using cygwin I checked one of them into CVS using the other one as the log entry. The file that was being checked-in had it's CRLF characters correctly changed to LF - however the log message that was inserted still had CRLF characters. So either the cvs server is doing something wrong, or perhaps the command-line cvs and eclipse are both doing the wrong thing. I'm running CVS version 1.11.6 in Windows/Cygwin, and version 1.11.p1 on Linux (so it looks like we're long overdue for a Linux upgrade)
*** Bug 45642 has been marked as a duplicate of this bug. ***
Fix released to HEAD. CRs are now stripped from the comment.
If this is supposed to be fixed in 3.0RC2, then it has not resolved Bug 45642.