Hi,

I am using cvs 1.10.5 under the Windows interface in conjunction with
JBuilder 3.0.  I have a problem whereby I get extra line feeds put into my
document (There is an extra line feed between every line).

I've narrowed it down to the following:

If my file has no keyword substitution, my file is fine.  When I add
keywords to my file I get the extra lines.  I'm adding a file header which
has the $Revision$ and $Data$ keywords in it.  Looking at it with a hex
editor I notice this change.  Without the keywords the end of a line looks
like this:

 0x0d, 0x0a, 0x0d, 0x0a,

After I commit a file with the keywords added the end of my lines look like
this:

 0x0d,  0x0d,  0x0a, 0x0d,  0x0d,  0x0a,

Editing these files in Notepad does not show the extra lines.  But in
JBuilder, the editor shows the extra lines.  Also, after each new commit,
there is an additional newline added so that after two or three commits, I
have multiple lines between each real line of code.

Any ideas?

Thanks,

---------------------------------------------------
Brent Hale
iLumin Corporation       Freedom is simply the ability to
[EMAIL PROTECTED]        experience the consequences
www.ilumin.com           of your decisions.

Reply via email to