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 8145 - CVS->Add dir structure goes into troubles with cvs cache
Summary: CVS->Add dir structure goes into troubles with cvs cache
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: -FFJ-
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-02 10:57 UTC by dmladek
Modified: 2003-07-02 17: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 dmladek 2000-11-02 10:57:06 UTC
[1135CE]
jdk1.3.0-fcs
============

This is a problem of cvs cache.
automatical refresh after add (LIST) failed.

steps to reproduce:
---------------------------------------------
1. right click on the root of your CVS FS.
2. select "New Package" from raised menu.
3. in raised dialog type eg.: Net.org.com
4. Create in every package 2 simply java files.
5. Right-click on Net package
6. CVS->Import&checkout
7. See your imported structure has been backuped to Net_original
8. Rename all packages and files in newly created backup
   (except org & com packages)
9. Select a few dirs and subdirs and files located in it. EXCEPT
   com package and its files in it.
10.CVS->Add
------------------------------------------------------------------

All files& dir are added but your receive command output:
LIST command failed and the problem complain abou com package and
its files.
If you perform CVS->Refresh recursively com package has strange
status: [VCS command failed].
On console there is printed this output:
---------------------------------------------------------------
VcsCache: Error: renameDirInDiskCache failed for
/usr/local/forte/1135CE/system/vcs/cache/80197/Net_original ->
/usr/local/forte/1135CE/system/vcs/cache/80197//Net_1
VcsCache: Error: renameDirInDiskCache failed for
/usr/local/forte/1135CE/system/vcs/cache/80197/Net_1 ->
/usr/local/forte/1135CE/system/vcs/cache/80197//shitu
Comment 1 Martin Entlicher 2001-02-09 17:53:59 UTC
There is a different cache implementation, which probably fixed this.
Comment 2 dmladek 2001-02-10 12:58:59 UTC
MArtin, could you please tell me when it was fixed? Or I need info
on which build No. (version) I should verify it.
thanks
Dan
Comment 3 Martin Entlicher 2001-02-12 15:00:59 UTC
You should verify it on the latest dev build. It was fixed sooner, but there
were some additionally corrections to the cache, therefore the behavior might
change.
Comment 4 dmladek 2001-05-29 17:29:02 UTC
verified on [NBdev-198]
Comment 5 Quality Engineering 2003-07-02 17:20:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.