This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32941 - adds extra blank line after every line of code checked out of cvs
Summary: adds extra blank line after every line of code checked out of cvs
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 11:05 UTC by Rob Doyle
Modified: 2003-04-16 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Doyle 2003-04-16 11:05:24 UTC
Blank lines are added after every valid line of code when 
checking out .java files that has been checked into cvs by 
other developers, using other ide's/platforms. This 
doubles the length of the file and if the the extra 
carridge returns are removed the cvs diff highlights every 
line of code(making it useless). Problem existed on 
version 3.3.2 as well.
Comment 1 Martin Entlicher 2003-04-16 12:17:36 UTC
Well, does this problem exist on command-line?
Can you describe steps how to reproduce it?

I think, that you mix the operating systems. You have to assure, that
you commit files from the same operting system on which you did the
checkout.
If you use different OSs for checkout and commit, you will malform
your sources. This is what probably has happened here.

Due to above reasons I'm resolving this as "worksforme", reopen if you
disagree.
Comment 2 Jiri Kovalsky 2003-04-16 12:30:04 UTC
We don't say you did the conversion personally. It might be some of
your colleagues. If you are pretty sure none of you checked out the
sources on different OS than commit happened, reopen with further
description.
Can you reproduce it from scratch ? Like: new file, "CVS|Add",
"CVS|Commit", delete it, "CVS|Check Out", modify, "CVS|Commit", delete
and "CVS|Check Out" again leads to this ?
Meanwhile verifying as invalid bug.