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 71269 - Check out produced corrupted "Entries" file.
Summary: Check out produced corrupted "Entries" file.
Status: VERIFIED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-01-11 14:58 UTC by Peter Pis
Modified: 2007-06-01 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exceptions (4.47 KB, text/plain)
2006-01-11 14:59 UTC, Peter Pis
Details
corrupted Entries file (3.61 KB, text/plain)
2006-01-11 15:01 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-01-11 14:58:38 UTC
Product Version         = NetBeans IDE 5.0 RC1 (Build 200601101900)
Operating System        = Linux version 2.6.9-1.667 running on i386
Java; VM; Vendor; Home  = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
Microsystems Inc.; /share/jdks/jdk1.5.0_05

Steps:
1. Check out nb sources (alias "standard_nowww").
2. Command fails with error: "cvs [server aborted]: received broken pipe signal"
3. After that perform check out to the same workfile location again.

See atteched exception.
Comment 1 Peter Pis 2006-01-11 14:59:26 UTC
Created attachment 28349 [details]
Exceptions
Comment 2 Peter Pis 2006-01-11 15:01:48 UTC
Created attachment 28350 [details]
corrupted Entries file
Comment 3 Peter Pis 2006-01-11 15:04:28 UTC
path to corrupted "Entries" file: nb_all2/ant/freeform/test/unit/CVS
Comment 4 Peter Pis 2006-01-11 16:29:37 UTC
timestamps for

 * CVS/Entries - 13:22
 * other files - 13:19
Comment 5 Peter Pis 2006-01-11 16:40:34 UTC
* File "SettingsBeanInfo.java" is missing in desired location. It's created with
0 length. 

* Timestamp of corrupted CVS/Entries is the same as timestamp of package folder
of "SettingsBeanInfo.java".
Comment 6 Maros Sandor 2006-01-12 13:50:41 UTC
It is not easily reproducible and strange indeed. It happened twice and the same
Entries file was overwritten by the same java file. There is no obvious logical
link between these files, they are from different modules. It seems that when
the java file is being checked out, its content is written to that Entries file
instead.
Comment 7 Maros Sandor 2007-06-01 13:00:42 UTC
Seems that this happens very rarely and there is a server error involved,
decreasing priority.
Comment 8 Peter Pis 2007-06-01 13:54:28 UTC
Since that time I was not able to reproduce it. Therefore I am closing it as
INVALID.
Comment 9 Peter Pis 2007-06-01 13:54:52 UTC
Verified.