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 28223 - Released directory is recreated
Summary: Released directory is recreated
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 51292 (view as bug list)
Depends on: 32089
Blocks:
  Show dependency tree
 
Reported: 2002-10-23 15:16 UTC by David Kaspar
Modified: 2005-01-13 15:20 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 David Kaspar 2002-10-23 15:16:47 UTC
How to reproduce:
1) Have a CVS structure:
CVS Filesystem
 `- Dir
    |- File1 [Local]
    `- File2 [Locally Modified; 1.1]
2) Do "Release" action on "Dir" node
3) Press OK and Yes
4) After Release command is finished
5) "Dir" node disappears
6) Refresh Recursively command is performed
immediatelly after Release command is finished
7) Wait a second
8) ERROR - "Dir" node appears - It appears because
module writes empty "<CVS
Filesystem>/Dir/CVS/netbeans.cmd.cache" file
Comment 1 Martin Entlicher 2003-01-30 09:39:41 UTC
This seems to be already fixed in current dev builds.
After the Release the Dir node did not appear, only an exception was
thrown, which is already described in issue #16295.
Comment 2 David Kaspar 2003-07-15 09:37:56 UTC
Reopening - bug appeared in 3.5 build again
Comment 3 David Kaspar 2003-07-15 09:54:39 UTC
Cannot 100% reproduce it
Comment 4 Jiri Kovalsky 2003-07-15 09:58:46 UTC
I was not able to reproduce it either.
Comment 5 Martin Entlicher 2003-07-21 17:23:20 UTC
This might be some threading problem in the cache writting process.
When a CVS folder with just netbeans.cmd.cache file is created
(without Entries, Root and Repository) it's bad, because it will
confuse cvs.exe.
Comment 6 Martin Entlicher 2003-11-27 10:20:17 UTC
After the cache is reimplemented we need to check this whether it's
still a problem.
It's a bug in vcscore module.
Comment 7 Martin Entlicher 2003-11-27 10:20:56 UTC
Correcting Target Milestone -> 4.0
Comment 8 Richard Gregor 2004-04-21 15:51:52 UTC
Scheduled for promo D.
Comment 9 Martin Entlicher 2004-11-15 15:18:20 UTC
*** Issue 51292 has been marked as a duplicate of this issue. ***
Comment 10 _ pkuzel 2005-01-13 15:20:04 UTC
It's dog slow but it works.