Community
Participate
Working Groups
We use a comment block at the bottom of source files to provide a quick and dirty change history: /* * $Log$ */ Multiline comments should come out something like: /* * $Log: Main.java,v $ * Revision 1.2 2001/11/15 11:13:49 steve * Added support for timed shutdown and a primitive status request. * Cleaned up and added some more comments. * * Revision 1.1.1.1 2001/10/30 04:26:01 steve * Initial import */ but when checking in using Eclipse we get: /* * $Log: Main.java,v $ * Revision 1.2 2001/11/15 11:13:49 steve * Added support for timed shutdown and a primitive status request. Cleaned up and added some more comments. * * Revision 1.1.1.1 2001/10/30 04:26:01 steve * Initial import */ It's minor, but irritatating nevertheless.
Does not seem to be Mac related. Setting Platform and OS to All.
I thought we had a bug for this already but I can't find it. I think the problem is that we are sending the commit comment to the server with the platform line endings.
*** This bug has been marked as a duplicate of 46326 ***
I am reopening this because bug 46326 was allegedly fixed in 3.0M9, but I am still seeing this problem in 3.0RC2.
Removing from milestone.
*** Bug 114641 has been marked as a duplicate of this bug. ***
The server does the expansion so this is a CVS problem, not an Eclipse problem.